Update laravel usage

This commit is contained in:
DariusIII
2017-07-18 13:02:58 +02:00
parent 1e4a8a57f0
commit 751796a613
20 changed files with 155 additions and 122 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
*/
$app = new Illuminate\Foundation\Application(
realpath(__DIR__.'/../')
dirname(__DIR__) . '/'
);
/*