Commit 1aefbc9a authored by Graham Campbell's avatar Graham Campbell

Merge branch 'master' into develop

Conflicts:
	config/mail.php
parents ed18fd99 e21667f2
......@@ -87,7 +87,8 @@ return [
*/
'failed' => [
'database' => 'mysql', 'table' => 'failed_jobs',
'database' => env('DB_CONNECTION', 'mysql'),
'table' => 'failed_jobs',
],
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment