mirror of https://github.com/flarum/flarum
Prevent crash if no mail driver is set
parent
718c2e053d
commit
05c4237533
|
@ -28,6 +28,9 @@ $app->instance('config', $config = new \Illuminate\Config\Repository([
|
|||
],
|
||||
'compiled' => realpath(storage_path().'/framework/views'),
|
||||
],
|
||||
'mail' => [
|
||||
'driver' => 'mail',
|
||||
],
|
||||
'cache' => [
|
||||
'default' => 'file',
|
||||
'stores' => [
|
||||
|
|
Loading…
Reference in New Issue