@@ -1,14 +1,14 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | // Start session |
| 3 | -require_once __DIR__ . '/config/session.php'; |
|
| 3 | +require_once __DIR__.'/config/session.php'; |
|
| 4 | 4 | // \erdiko\session\Session::start(); |
| 5 | 5 | // \erdiko\session\Session::set("start", true); |
| 6 | 6 | |
| 7 | 7 | // Set up dependencies |
| 8 | -require_once __DIR__ . '/bootstrap/dependencies.php'; |
|
| 8 | +require_once __DIR__.'/bootstrap/dependencies.php'; |
|
| 9 | 9 | |
| 10 | 10 | // Register middleware |
| 11 | -require_once __DIR__ . '/bootstrap/middleware.php'; |
|
| 11 | +require_once __DIR__.'/bootstrap/middleware.php'; |
|
| 12 | 12 | |
| 13 | 13 | // Register routes |
| 14 | -require_once __DIR__ . '/bootstrap/routes.php'; |
|
| 14 | +require_once __DIR__.'/bootstrap/routes.php'; |
|