add app folder
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user