Skip to content

Commit

Permalink
Merge pull request #51 from creative-commoners/pulls/2.0/fix-job
Browse files Browse the repository at this point in the history
FIX Instantiate SecurityAlertCheckTask correctly in Job
  • Loading branch information
spekulatius authored Mar 31, 2020
2 parents f8edb71 + 17749ac commit 2cde6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/SecurityAlertCheckJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class SecurityAlertCheckJob extends AbstractQueuedJob implements QueuedJob
{
private static $dependencies = [
'SecurityAlertCheckTask' => '%$' . SecurityAlertCheckTask::class,
'checkTask' => '%$' . SecurityAlertCheckTask::class,
];

/**
Expand Down

0 comments on commit 2cde6c2

Please sign in to comment.