Updated to Laravel 4.1
This commit is contained in:
@@ -55,6 +55,10 @@ return array(
|
||||
'queue' => 'your-queue-name',
|
||||
),
|
||||
|
||||
'failed' => array(
|
||||
'database' => 'mysql', 'table' => 'failed_jobs',
|
||||
),
|
||||
|
||||
),
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user