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 4 additions and 1 deletions
Showing only changes of commit 09d78192b6 - Show all commits

View File

@ -1,3 +1,6 @@
<?php
require_once __DIR__ . '/../app/Bootstrap.php';
/**
* Composer autoload
*/
require_once __DIR__ . '/../vendor/autoload.php';