feature/composer #1

Manually merged
JonatanRek merged 3 commits from feature/composer into remastering 2020-12-15 16:10:31 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit cfcfefefd8 - Show all commits

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';