Fixed composer path in bootstrap
This commit is contained in:
parent
04e008c508
commit
f8d44618d2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
ob_start();
|
||||
session_start();
|
||||
|
||||
require_once '.composer/autoload.php';
|
||||
require_once 'vendors/composer/autoload.php';
|
||||
|
||||
$root = org\bovigo\vfs\vfsStream::setup('site');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue