Skip to content

Commit 3cc9030

Browse files
committed
Enable facades and eloquent
1 parent 06a5ef6 commit 3cc9030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bootstrap/app.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
dirname(__DIR__)
2424
);
2525

26-
// $app->withFacades();
26+
$app->withFacades();
2727

28-
// $app->withEloquent();
28+
$app->withEloquent();
2929

3030
/*
3131
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)