Adds loggin
This commit is contained in:
parent
41a12d9a82
commit
26e11b5a51
10 changed files with 156 additions and 5 deletions
|
@ -4,8 +4,10 @@ declare(strict_types=1);
|
|||
use GamesShop\ContainerHandler;
|
||||
use GamesShop\DoctrineManager;
|
||||
use GamesShop\Environment\EnvironmentHandler;
|
||||
use GamesShop\Services;
|
||||
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
|
||||
ContainerHandler::get(EnvironmentHandler::class)->load();
|
||||
ContainerHandler::get(DoctrineManager::class)->setup();
|
||||
ContainerHandler::get(DoctrineManager::class)->setup();
|
||||
Services::createLogger();
|
Loading…
Add table
Add a link
Reference in a new issue