diff --git a/bootstrap/app.php b/bootstrap/app.php index 873df5d9..20a3a522 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,7 +11,9 @@ | */ -$app = new App\Application(dirname(__DIR__)); +use Illuminate\Foundation\Application; + +$app = new Application(dirname(__DIR__)); /* |--------------------------------------------------------------------------