Implement doctrine orm as command

This commit is contained in:
Tim
2023-08-17 15:41:25 +02:00
parent f8d1c66934
commit 7a4a9257c3
3 changed files with 36 additions and 1 deletions

View File

@ -11,4 +11,4 @@ $kernel = new Kernel(new AppConfig(__DIR__ . '/../app'));
$container = $kernel->setup();
$console = new Console($container);
$console->run();
$console->run();