From cfcfefefd898dc42d120e8f752696a0ed85e0829 Mon Sep 17 00:00:00 2001 From: Romano Schoonheim Date: Tue, 15 Dec 2020 16:59:08 +0100 Subject: [PATCH] Bootstrap installed --- public/index.php | 5 +++++ 1 file changed, 5 insertions(+) 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';