Bootstrap installed

This commit is contained in:
Romano Schoonheim 2020-12-15 16:59:08 +01:00
parent 09d78192b6
commit cfcfefefd8
1 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,8 @@
* Composer autoload
*/
require_once __DIR__ . '/../vendor/autoload.php';
/**
* todo: Create a new bootstrap architecture.
*/
require_once __DIR__ . '/../app/Bootstrap.php';