mirror of
https://github.com/idanoo/laravel-resque.git
synced 2024-11-21 16:11:59 +00:00
15 lines
263 B
PHP
15 lines
263 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Prefix
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
'prefix' => env('RESQUE_PREFIX', 'resque'),
|
|
|
|
];
|