Skip to content

Commit

Permalink
need three level up: vendor/author/package
Browse files Browse the repository at this point in the history
  • Loading branch information
medisun authored Dec 25, 2017
1 parent 7019da0 commit 42d4334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php declare(strict_types = 1);

$app = require_once __DIR__ . '/../../bootstrap/app.php';
$app = require_once __DIR__ . '/../../../bootstrap/app.php';

$app->make(\Illuminate\Contracts\Console\Kernel::class)->bootstrap();

0 comments on commit 42d4334

Please sign in to comment.