mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: remove custom Application file
This commit is contained in:
parent
e284a40d0d
commit
5a8f7114ba
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$app = new App\Application(dirname(__DIR__));
|
use Illuminate\Foundation\Application;
|
||||||
|
|
||||||
|
$app = new Application(dirname(__DIR__));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue