mirror of
https://github.com/idanoo/laravel-resque.git
synced 2025-07-01 11:02:14 +00:00
Fix env var
This commit is contained in:
parent
c4ce7273b0
commit
fe1cb573bf
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'prefix' => 'lethe_' . env('APP_ID'),
|
||||
'prefix' => env('RESQUE_PREFIX'),
|
||||
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue