summaryrefslogtreecommitdiff
path: root/src/App.php
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-08-14 14:37:56 +0200
committerDaniel Weipert <git@mail.dweipert.de>2025-08-14 14:37:56 +0200
commitc135fcf9041c604b32827a1cb027010bca5915ab (patch)
tree95a2331d5f0bc4a736aa0e716330c39b3fa1ea26 /src/App.php
parent3f4b51b99a4f4dc41dbdce7f34afe7e15d3d426e (diff)
POST login possible
Diffstat (limited to 'src/App.php')
-rw-r--r--src/App.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.php b/src/App.php
index 33f71ef..9b1edf9 100644
--- a/src/App.php
+++ b/src/App.php
@@ -2,6 +2,7 @@
namespace App;
+use App\Router\Router;
use Symfony\Component\Dotenv\Dotenv;
class App