feat(*.php): refactor, clean up and abstract dynamic page code

This commit is contained in:
Cory Dransfeldt 2025-05-14 17:22:35 -07:00
parent 2f9038dccb
commit 60be0ed01d
No known key found for this signature in database
30 changed files with 318 additions and 401 deletions

View file

@ -1,8 +1,6 @@
<?php
namespace App\Handlers;
require __DIR__ . "/Classes/BaseHandler.php";
require __DIR__ . "/../vendor/autoload.php";
use App\Classes\BaseHandler;