add app folder

This commit is contained in:
Gregory Letellier
2023-11-14 10:52:52 +01:00
parent 9e6afc997a
commit a597f2e883
8 changed files with 16 additions and 17 deletions

View File

@@ -1,12 +1,10 @@
<?php
namespace App\Core\Kernel;
namespace Kletellier\MiniWeb\Core\Kernel;
use App\Core\Routing\Router;
use Kletellier\MiniWeb\Core\Routing\Router;
use Dotenv\Dotenv;
use Kletellier\PdoWrapper\Connection;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Kletellier\PdoWrapper\Connection;
class Application
{