1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-11 23:54:06 +02:00

feat(core): use flextype.php as common entry point.

This commit is contained in:
Awilum
2021-02-09 23:32:39 +03:00
parent 7d9cfb9e56
commit b52c730221
4 changed files with 197 additions and 216 deletions

View File

@@ -64,4 +64,4 @@ $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/bootstrap.php';
include __DIR__ . '/src/flextype/flextype.php';