]> BookStack Code Mirror - bookstack/blob - app/Application.php
Typo fix
[bookstack] / app / Application.php
1 <?php
2
3 namespace BookStack;
4
5 class Application extends \Illuminate\Foundation\Application
6 {
7
8     /**
9      * Get the path to the application configuration files.
10      *
11      * @param  string  $path Optionally, a path to append to the config path
12      * @return string
13      */
14     public function configPath($path = '')
15     {
16         return $this->basePath.DIRECTORY_SEPARATOR.'app'.DIRECTORY_SEPARATOR.'Config'.($path ? DIRECTORY_SEPARATOR.$path : $path);
17     }
18
19 }
Morty Proxy This is a proxified and sanitized view of the page, visit original site.