mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Remove unnecessary laravel config (#2796)
This commit is contained in:
committed by
GitHub
parent
9aa50ca6e3
commit
9461df8803
@@ -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',
|
||||
|
Reference in New Issue
Block a user