[CORE] Refactoring core

This commit is contained in:
Hugo Sales
2020-06-04 21:00:05 +00:00
committed by Hugo Sales
parent 87bc60a806
commit 4ffb7c338f
10 changed files with 329 additions and 324 deletions

View File

@@ -31,7 +31,7 @@
namespace App\Routes;
use App\Controller as C;
use App\Core\RouteLoader;
use App\Core\Router\RouteLoader;
abstract class Main
{