]>
BookStack Code Mirror - bookstack/blobdiff - app/Application.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added additional testing for editor switching permissions
[bookstack]
/
app
/
Application.php
diff --git
a/app/Application.php
b/app/Application.php
index 499fdeaa691ce8a0442b2494c9f46b09edf42f27..d409d14bc26906dd853d7bcf7f570d2d6b9efd5e 100644
(file)
--- a/
app/Application.php
+++ b/
app/Application.php
@@
-4,11
+4,11
@@
namespace BookStack;
class Application extends \Illuminate\Foundation\Application
{
class Application extends \Illuminate\Foundation\Application
{
-
/**
* Get the path to the application configuration files.
*
/**
* 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 = '')
* @return string
*/
public function configPath($path = '')
@@
-18,6
+18,6
@@
class Application extends \Illuminate\Foundation\Application
. 'app'
. DIRECTORY_SEPARATOR
. 'Config'
. 'app'
. DIRECTORY_SEPARATOR
. 'Config'
- . ($path ? DIRECTORY_SEPARATOR
.
$path : $path);
+ . ($path ? DIRECTORY_SEPARATOR
.
$path : $path);
}
}
}
}