We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccafb4d commit af8cffaCopy full SHA for af8cffa
1 file changed
app/Restify/RoutesBoot.php
@@ -18,6 +18,9 @@
18
*/
19
class RoutesBoot extends BaseRoutesBoot
20
{
21
+ /**
22
+ * @param array<string, mixed> $config Route group config (prefix, middleware, name, ...).
23
+ */
24
public function defaultRoutes($config): self
25
26
Route::group($config, function (): void {
0 commit comments