1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Moved config dir into app dir

Closes #1506
This commit is contained in:
Dan Brown
2019-07-06 13:44:50 +01:00
parent 5c70413784
commit 97fdfa6ebe
18 changed files with 20 additions and 2 deletions

View File

@ -11,7 +11,7 @@
|
*/
$app = new Illuminate\Foundation\Application(
$app = new \BookStack\Application(
realpath(__DIR__.'/../')
);