Fix path to autoload file
This commit is contained in:
parent
bde4d4187f
commit
6eaab29a92
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
use Illuminate\Contracts\Console\Kernel;
|
use Illuminate\Contracts\Console\Kernel;
|
||||||
use Symfony\Component\Console\Output\ConsoleOutput;
|
use Symfony\Component\Console\Output\ConsoleOutput;
|
||||||
|
|
||||||
require __DIR__ . '/autoload.php';
|
require __DIR__ . '/../vendor/autoload.php';
|
||||||
|
|
||||||
$app = require __DIR__ . '/app.php';
|
$app = require __DIR__ . '/app.php';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue