We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 484e320 commit ed76882Copy full SHA for ed76882
1 file changed
src/BaseTask.php
@@ -55,7 +55,7 @@ public static function taskExec()
55
return;
56
}
57
58
- if ($self->eventBeforeExec instanceof Closure) {
+ if ($self->eventAfterExec instanceof Closure) {
59
call_user_func($self->eventAfterExec, $self);
60
61
$self->log('end');
0 commit comments