Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
veelasky committed Oct 22, 2020
1 parent f22e0a5 commit 391fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bus/BaseJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ protected function fireCallbacks($event)
/*
* @var $callback SerializableClosure
*/
call_user_func_array($callback->getClosuse(), [$this]);
call_user_func_array($callback->getClosure(), [$this]);
}
}
}
Expand Down

0 comments on commit 391fc35

Please sign in to comment.