1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

Flextype Core: General fixes and refactoring #117

This commit is contained in:
Awilum
2019-06-11 19:51:23 +03:00
parent 2c21e22227
commit 1e333e9fcd

View File

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