renommage en kletellier framework

This commit is contained in:
Gregory Letellier
2023-11-14 11:21:38 +01:00
parent 13c80f5642
commit f3515b3b60
5 changed files with 10 additions and 10 deletions

View File

@@ -1,8 +1,8 @@
<?php
namespace Kletellier\MiniWeb\Core\Controllers;
namespace Kletellier\Framework\Core\Controllers;
use Kletellier\MiniWeb\Core\Kernel\Templating;
use Kletellier\Framework\Core\Kernel\Templating;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

View File

@@ -1,6 +1,6 @@
<?php
namespace Kletellier\MiniWeb\Core\Kernel;
namespace Kletellier\Framework\Core\Kernel;
class Container
{

View File

@@ -1,6 +1,6 @@
<?php
namespace Kletellier\MiniWeb\Core\Kernel;
namespace Kletellier\Framework\Core\Kernel;
use eftec\bladeone\BladeOne;

View File

@@ -1,9 +1,9 @@
<?php
namespace Kletellier\MiniWeb\Core\Routing;
namespace Kletellier\Framework\Core\Routing;
use Bramus\Router\Router as RouterRouter;
use Kletellier\MiniWeb\Core\Kernel\Container;
use Kletellier\Framework\Core\Kernel\Container;
class Router
{