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'),
|
'compiled' => realpath(storage_path().'/framework/views'),
|
||||||
],
|
],
|
||||||
|
'mail' => [
|
||||||
|
'driver' => 'mail',
|
||||||
|
],
|
||||||
'cache' => [
|
'cache' => [
|
||||||
'default' => 'file',
|
'default' => 'file',
|
||||||
'stores' => [
|
'stores' => [
|
||||||
|
|
Loading…
Reference in New Issue