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 14:39:36 +0200
commit74a524ded12c6527745957ac219e1ca34828aa6c (patch)
tree8dee7358b036f4d9e0730b8d89cb801caf46dff3 /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