Skip to content

Commit

Permalink
Fix method visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
leomarquine committed Oct 27, 2017
1 parent 4dbcdd6 commit dff9966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function setFactory(Factory $factory)
* @param array $options
* @return $this
*/
public function utility($utility, $options = null)
protected function utility($utility, $options = null)
{
$utility = $this->factory->make(Utility::class, $utility, $options);

Expand Down

0 comments on commit dff9966

Please sign in to comment.