Skip to content

Commit 821be30

Browse files
committed
Fix coding standards
1 parent 93f0728 commit 821be30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Maker/MakeEntity.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
208208
apiResource: $input->getOption('api-resource'),
209209
broadcast: $broadcast,
210210
useUuidIdentifier: $this->getIdType(),
211-
params:
212-
[
211+
params: [
213212
'tableName' => $tableName,
214213
]
215214
);

0 commit comments

Comments
 (0)