Use composer autoload.php instead of custom boostrap.php

This commit is contained in:
Romano Schoonheim 2020-12-15 16:56:12 +01:00
parent 158220700b
commit 09d78192b6
1 changed files with 4 additions and 1 deletions

View File

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