Skip to content

Commit af8cffa

Browse files
committed
fix ci
1 parent ccafb4d commit af8cffa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/Restify/RoutesBoot.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
*/
1919
class RoutesBoot extends BaseRoutesBoot
2020
{
21+
/**
22+
* @param array<string, mixed> $config Route group config (prefix, middleware, name, ...).
23+
*/
2124
public function defaultRoutes($config): self
2225
{
2326
Route::group($config, function (): void {

0 commit comments

Comments
 (0)