Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Oct 27, 2020
1 parent 248e1d2 commit 3d405cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Routing/RouteRegistrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ protected function compileAction($action)
if (is_array($action) &&
! Arr::isAssoc($action) &&
Reflector::isCallable($action)) {
! Arr::isAssoc($action)) {
if (strncmp($action[0], '\\', 1)) {
$action[0] = '\\'.$action[0];
}
Expand Down

0 comments on commit 3d405cc

Please sign in to comment.