File tree 2 files changed +9
-9
lines changed 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 59
59
*/
60
60
61
61
'password ' => [
62
- 'email ' => 'emails.password ' ,
63
- 'table ' => 'password_resets ' ,
62
+ 'email ' => 'emails.password ' ,
63
+ 'table ' => 'password_resets ' ,
64
64
'expire ' => 60 ,
65
65
],
66
66
Original file line number Diff line number Diff line change 37
37
38
38
'database ' => [
39
39
'driver ' => 'database ' ,
40
- 'table ' => 'jobs ' ,
41
- 'queue ' => 'default ' ,
40
+ 'table ' => 'jobs ' ,
41
+ 'queue ' => 'default ' ,
42
42
'expire ' => 60 ,
43
43
],
44
44
67
67
],
68
68
69
69
'redis ' => [
70
- 'driver ' => 'redis ' ,
70
+ 'driver ' => 'redis ' ,
71
71
'connection ' => 'default ' ,
72
- 'queue ' => 'default ' ,
73
- 'expire ' => 60 ,
72
+ 'queue ' => 'default ' ,
73
+ 'expire ' => 60 ,
74
74
],
75
75
76
76
],
87
87
*/
88
88
89
89
'failed ' => [
90
- 'database ' => env ('DB_CONNECTION ' , 'mysql ' ),
91
- 'table ' => 'failed_jobs ' ,
90
+ 'database ' => env ('DB_CONNECTION ' , 'mysql ' ),
91
+ 'table ' => 'failed_jobs ' ,
92
92
],
93
93
94
94
];
You can’t perform that action at this time.
0 commit comments