Skip to content

Commit

Permalink
refactor: by rector
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 10, 2023
1 parent 7f817fd commit e1a1f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Commands/Utilities/Routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function run(array $params)
$uri
);

$autoRoutes = array_merge($autoRoutes, $autoRouteCollector->get());
$autoRoutes = [...$autoRoutes, ...$autoRouteCollector->get()];
}
}
} else {
Expand Down

0 comments on commit e1a1f89

Please sign in to comment.