diff --git a/public/index.php b/public/index.php index b4b4c2e..42cbe35 100644 --- a/public/index.php +++ b/public/index.php @@ -4,3 +4,8 @@ * Composer autoload */ require_once __DIR__ . '/../vendor/autoload.php'; + +/** + * todo: Create a new bootstrap architecture. + */ +require_once __DIR__ . '/../app/Bootstrap.php';