X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b94b945fb03e21a1997cfe6e50148967586cb26d..refs/pull/3068/head:/app/Application.php diff --git a/app/Application.php b/app/Application.php index 499fdeaa6..d409d14bc 100644 --- a/app/Application.php +++ b/app/Application.php @@ -4,11 +4,11 @@ namespace BookStack; class Application extends \Illuminate\Foundation\Application { - /** * Get the path to the application configuration files. * - * @param string $path Optionally, a path to append to the config path + * @param string $path Optionally, a path to append to the config path + * * @return string */ public function configPath($path = '') @@ -18,6 +18,6 @@ class Application extends \Illuminate\Foundation\Application . 'app' . DIRECTORY_SEPARATOR . 'Config' - . ($path ? DIRECTORY_SEPARATOR.$path : $path); + . ($path ? DIRECTORY_SEPARATOR . $path : $path); } }