Created role for Minion Jobs to make dev easier
This commit is contained in:
parent
c0375dcd41
commit
30c210200f
4 changed files with 29 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
package Pear::LocalLoop::Plugin::Minion::Job::test;
|
||||
use Mojo::Base -base;
|
||||
|
||||
has [ qw/ job / ];
|
||||
use Mojo::Base 'Pear::LocalLoop::Plugin::Minion::Job';
|
||||
|
||||
sub run {
|
||||
my ( $self, @args ) = @_;
|
||||
|
|
Reference in a new issue