Skip to content

Commit

Permalink
refactor: by rector
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 25, 2022
1 parent 71ef7cc commit 7fbeae2
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 @@ -108,7 +108,7 @@ public function run(array $params)
$collection->getDefaultController(),
$collection->getDefaultMethod()
);
$tbody = array_merge($tbody, $autoRouteCollector->get());
$tbody = [...$tbody, ...$autoRouteCollector->get()];
}

$thead = [
Expand Down

0 comments on commit 7fbeae2

Please sign in to comment.