Move Composer autoload require out of boot.php
This commit is contained in:
parent
acaee626f5
commit
ed7bada71e
6 changed files with 6 additions and 10 deletions
2
boot.php
2
boot.php
|
@ -17,8 +17,6 @@
|
|||
* easily as email does today.
|
||||
*/
|
||||
|
||||
require_once __DIR__ . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'autoload.php';
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\BaseObject;
|
||||
use Friendica\Core\Addon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue