1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 15:44:49 +02:00

feat(core): simplify and improve folders and namespaces structure

This commit is contained in:
Awilum
2021-08-03 18:37:42 +03:00
parent 74587f0852
commit 75ee572489
47 changed files with 628 additions and 691 deletions

View File

@@ -249,7 +249,7 @@ $flextypeLoader = require_once $flextypeAutoload;
* will load up this application so that we can run it and send
* the responses back to the browser and delight our users.
*/
include __DIR__ . '/src/flextype/flextype.php';
include __DIR__ . '/src/flextype/bootstrap.php';