Skip to content

Commit bbb7967

Browse files
Adding EntityManagerInterface use statement
1 parent 5038082 commit bbb7967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Maker/MakeCrud.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ public function generate(InputInterface $input, ConsoleStyle $io, Generator $gen
163163
Request::class,
164164
Response::class,
165165
Route::class,
166+
EntityManagerInterface::class,
166167
]);
167168

168169
$generator->generateController(

0 commit comments

Comments
 (0)