]> BookStack Code Mirror - bookstack/blobdiff - bootstrap/app.php
respective book and chapter structure added.
[bookstack] / bootstrap / app.php
index 371f93913b7a409ce03e33cf084b286d54e009ff..12cc2dce2b36bed74d5971207c86a41fb1a78e41 100644 (file)
@@ -11,8 +11,8 @@
 |
 */
 
-$app = new Illuminate\Foundation\Application(
-    realpath(__DIR__.'/../')
+$app = new \BookStack\App\Application(
+    dirname(__DIR__)
 );
 
 /*