From c14579871fa1241713128a2d0d5514af004e3371 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 10 Aug 2025 10:46:41 +0200 Subject: initial commit --- src/App.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/App.php (limited to 'src/App.php') diff --git a/src/App.php b/src/App.php new file mode 100644 index 0000000..4c67f76 --- /dev/null +++ b/src/App.php @@ -0,0 +1,19 @@ +load(dirname(__DIR__) . "/.env"); + } + + public function run(): void + { + Router::getInstance()->run()->send(); + } +} -- cgit v1.2.3