summaryrefslogtreecommitdiff
path: root/src/App.php
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2026-04-10 13:37:26 +0200
committerDaniel Weipert <git@mail.dweipert.de>2026-04-10 13:41:14 +0200
commit99006cd6370f0502693f3fa9e3c20c83c02b364f (patch)
tree911c34cd93444f37f4781208020853bae9c42b7a /src/App.php
parent6929089fea7cf79ae5ca9e05486ba33b0e5b216d (diff)
switch routing to attributes
Diffstat (limited to 'src/App.php')
-rw-r--r--src/App.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/App.php b/src/App.php
index 9b1edf9..33f71ef 100644
--- a/src/App.php
+++ b/src/App.php
@@ -2,7 +2,6 @@
namespace App;
-use App\Router\Router;
use Symfony\Component\Dotenv\Dotenv;
class App