mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 13:42:22 +00:00
Making the factory the default layer to construct jobs
This commit is contained in:
parent
df20186c37
commit
be19e12c31
5 changed files with 64 additions and 29 deletions
|
@ -8,5 +8,5 @@ interface Resque_Job_FactoryInterface
|
|||
* @param $queue
|
||||
* @return Resque_JobInterface
|
||||
*/
|
||||
public function create($className, array $args, $queue);
|
||||
public function create($className, $args, $queue);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue