Updated to Laravel 4.1

This commit is contained in:
snipe
2014-05-05 21:28:58 -04:00
parent 2fc197623a
commit 3473ef5fa6
10 changed files with 861 additions and 815 deletions
+4
View File
@@ -55,6 +55,10 @@ return array(
'queue' => 'your-queue-name',
),
'failed' => array(
'database' => 'mysql', 'table' => 'failed_jobs',
),
),
);