diff options
Diffstat (limited to 'src/App.php')
-rw-r--r-- | src/App.php | 1 |
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 |