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', []);