mirror of
https://github.com/idanoo/laravel-resque.git
synced 2025-07-01 02:52:14 +00:00
utilize fluent interface
This commit is contained in:
parent
f558730863
commit
b99863c0ff
1 changed files with 3 additions and 0 deletions
|
@ -22,10 +22,13 @@ class Resque
|
|||
|
||||
/**
|
||||
* @param string $prefix
|
||||
*
|
||||
* @return Resque
|
||||
*/
|
||||
public function setPrefix($prefix)
|
||||
{
|
||||
\Resque_Redis::prefix($prefix);
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue