]> BookStack Code Mirror - bookstack/blobdiff - app/Application.php
Upgraded app to Laravel 5.7
[bookstack] / app / Application.php
index 8c56e9dac135e63179b945f0285ac7c8bc04c2e6..97105e47990c5a2d504ee5ae92c20daa5fd64fc9 100644 (file)
@@ -13,7 +13,12 @@ class Application extends \Illuminate\Foundation\Application
      */
     public function configPath($path = '')
     {
-        return $this->basePath.DIRECTORY_SEPARATOR.'app'.DIRECTORY_SEPARATOR.'Config'.($path ? DIRECTORY_SEPARATOR.$path : $path);
+        return $this->basePath
+            . DIRECTORY_SEPARATOR
+            . 'app'
+            . DIRECTORY_SEPARATOR
+            . 'Config'
+            . ($path ? DIRECTORY_SEPARATOR.$path : $path);
     }
 
 }
\ No newline at end of file