Prevent crash if no mail driver is set

pull/9/head
Toby Zerner 9 years ago
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…
Cancel
Save