Skip to content

Commit 97d1562

Browse files
committed
Fix coding for extra line
1 parent eabfa3c commit 97d1562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Maker/MakeEntity.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
197197
$input->setOption('table', $tableName);
198198
}
199199

200-
201200
$classExists = class_exists($entityClassDetails->getFullName());
202201
if (!$classExists) {
203202
$tableName = $input->getOption('table');

0 commit comments

Comments
 (0)