feat(*.php): refactor, clean up and abstract dynamic page code
This commit is contained in:
parent
2f9038dccb
commit
60be0ed01d
30 changed files with 318 additions and 401 deletions
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace App\Handlers;
|
||||
|
||||
require __DIR__ . "/Classes/BaseHandler.php";
|
||||
require __DIR__ . "/../vendor/autoload.php";
|
||||
|
||||
use App\Classes\BaseHandler;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue