We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4f65e commit 856853aCopy full SHA for 856853a
README.md
@@ -72,7 +72,7 @@ For example, in a Symfony project, `object-manager.php` would look something lik
72
<?php
73
74
require dirname(__DIR__).'/../config/bootstrap.php';
75
-$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
+$kernel = new \App\Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
76
$kernel->boot();
77
return $kernel->getContainer()->get('doctrine')->getManager();
78
```
0 commit comments