fixing stuff

This commit is contained in:
2026-04-21 14:03:37 +02:00
parent 3de979fc65
commit 7ee3d6441a
5 changed files with 16 additions and 7 deletions

View File

@@ -1,6 +1,8 @@
<?php
require_once __DIR__ . '/../src/Autoloader.php';
use src\Router;
$autoloader = new Autoloader();
$autoloader->addNamespace('src', __DIR__ . '/../src');
$autoloader->register();