Refactor classes into Http structure
This commit is contained in:
parent
83bc1a1661
commit
591e0c194d
9 changed files with 25 additions and 25 deletions
|
@ -5,7 +5,7 @@ namespace Core\Routing;
|
|||
use Core\Exceptions\ExceptionHandler;
|
||||
use Core\Exceptions\Exceptions\NotFoundHttpException;
|
||||
use Core\Http\Request;
|
||||
use Core\View\Render;
|
||||
use Core\Http\View\Engine;
|
||||
use Exception;
|
||||
|
||||
class RouteDispatcher
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue