Adds loggin

This commit is contained in:
Michel 2024-11-07 22:05:24 +01:00
parent 41a12d9a82
commit 26e11b5a51
10 changed files with 156 additions and 5 deletions

View file

@ -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();