Skip to content

Commit

Permalink
Apply fixes from StyleCI (laravel#22006)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell authored Nov 8, 2017
1 parent b64fdac commit 27bb666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Routing/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ public function callAction($method, $parameters)
*/
public function __call($method, $parameters)
{
throw new BadMethodCallException("Method [{$method}] does not exist on [".get_class($this)."].");
throw new BadMethodCallException("Method [{$method}] does not exist on [".get_class($this).'].');
}
}

0 comments on commit 27bb666

Please sign in to comment.