Stopped example job being enqueued if Minion is enabled

This commit is contained in:
Thomas Bloor 2018-03-20 19:25:32 +00:00
parent 4476246048
commit c0375dcd41

View file

@ -27,7 +27,7 @@ sub register {
}
);
}
$app->minion->enqueue('test' => [ 'test arg 1', 'test_arg 2' ] );
# $app->minion->enqueue('test' => [ 'test arg 1', 'test_arg 2' ] );
} else {
$app->log->debug('No Minion Config');
}