Fix env var

This commit is contained in:
Holger Reinhardt 2016-08-04 21:17:10 +02:00 committed by GitHub
parent c4ce7273b0
commit fe1cb573bf

View File

@ -18,6 +18,6 @@ return [
|
*/
'prefix' => 'lethe_' . env('APP_ID'),
'prefix' => env('RESQUE_PREFIX'),
];