mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 12:31:41 +08:00
Remove unnecessary laravel config (#2796)
This commit is contained in:
parent
6b9e991082
commit
edaf45d133
|
@ -153,19 +153,15 @@ class InstalledSite implements SiteInterface
|
|||
}
|
||||
|
||||
/**
|
||||
* @param Application $app
|
||||
* @return ConfigRepository
|
||||
*/
|
||||
protected function getIlluminateConfig(Application $app)
|
||||
protected function getIlluminateConfig()
|
||||
{
|
||||
return new ConfigRepository([
|
||||
'view' => [
|
||||
'paths' => [],
|
||||
'compiled' => $this->paths->storage.'/views',
|
||||
],
|
||||
'mail' => [
|
||||
'driver' => 'mail',
|
||||
],
|
||||
'session' => [
|
||||
'lifetime' => 120,
|
||||
'files' => $this->paths->storage.'/sessions',
|
||||
|
|
Loading…
Reference in New Issue
Block a user