diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2025-08-13 10:45:10 +0200 |
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2025-08-13 10:46:40 +0200 |
| commit | beb68ad3ddc48f9e913815e0e18f11965201f32e (patch) | |
| tree | c8f3cdabedb6f2635bd0f5378bc5e426ba8c5f65 /src/App.php | |
| parent | 6b7e857f21bef9ba71ac36c202678ec0d84eeff5 (diff) | |
whitespace :]
Diffstat (limited to 'src/App.php')
| -rw-r--r-- | src/App.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.php b/src/App.php index 4c67f76..33f71ef 100644 --- a/src/App.php +++ b/src/App.php @@ -11,7 +11,7 @@ class App $dotenv = new Dotenv(); $dotenv->load(dirname(__DIR__) . "/.env"); } - + public function run(): void { Router::getInstance()->run()->send(); |
