From 1e333e9fcdd237e95dabf003432e1a51b2f3132a Mon Sep 17 00:00:00 2001 From: Awilum Date: Tue, 11 Jun 2019 19:51:23 +0300 Subject: [PATCH] Flextype Core: General fixes and refactoring #117 --- flextype/bootstrap.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index a5e9cef1..93eac9fa 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -71,11 +71,10 @@ include_once 'dependencies.php'; include_once 'middlewares.php'; /** - * Include Routes + * Include Routes (web) */ include_once 'routes/web.php'; - // Set empty settings array $flextype['registry']->set('settings', []);