Skip to content

Commit

Permalink
style change
Browse files Browse the repository at this point in the history
  • Loading branch information
hulkur committed May 30, 2018
1 parent a96519c commit 06c77a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Routing/RouteAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ public static function parse($uri, $action)
// as the "uses" property, because there is nothing else we need to do when
// it is available. Otherwise we will need to find it in the action list.
if (is_callable($action)) {

if (\is_array($action)) {
[$class, $method] = $action;
$action = $class.'@'.$method;
Expand Down

0 comments on commit 06c77a1

Please sign in to comment.