Skip to content

Commit e1a1f89

Browse files
committed
refactor: by rector
1 parent 7f817fd commit e1a1f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Commands/Utilities/Routes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ public function run(array $params)
166166
$uri
167167
);
168168

169-
$autoRoutes = array_merge($autoRoutes, $autoRouteCollector->get());
169+
$autoRoutes = [...$autoRoutes, ...$autoRouteCollector->get()];
170170
}
171171
}
172172
} else {

0 commit comments

Comments
 (0)