Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
luisdalmolin committed Oct 29, 2024
1 parent e21909a commit 415cc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/GenerateEnumsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ protected function enums(): Collection
protected function builder(): EnumBuilder
{
/** @var string */
$generateAs = config('paragon.generate-as');
$generateAs = config('paragon.generate-as');

$builder = match (true) {
$this->option('javascript') => EnumJsBuilder::class,
$this->option('typescript') => EnumTsBuilder::class,
Expand Down

0 comments on commit 415cc8a

Please sign in to comment.