summaryrefslogtreecommitdiff
path: root/src/App.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.php')
-rw-r--r--src/App.php2
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();