Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Jul 27, 2021
1 parent 053f900 commit a928b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ public function callMethod(string $method, array $args = [])
if (! method_exists($this->controller, $method)) {
throw new MethodNotFound("Method ".$method." not found on ".get_class($this->controller));
}

return call_user_func_array([$this->controller, $method], $args);
}

Expand Down

0 comments on commit a928b4d

Please sign in to comment.