Skip to content

Commit 81c7bee

Browse files
"complete documentation for group function on src/Illuminate/Routing/RouteRegistrar.php" (#45397)
* "update RouteRegistrar group function" * Update RouteRegistrar.php Co-authored-by: Taylor Otwell <[email protected]>
1 parent faeb20d commit 81c7bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/RouteRegistrar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public function apiSingleton($name, $controller, array $options = [])
184184
/**
185185
* Create a route group with shared attributes.
186186
*
187-
* @param \Closure|string $callback
187+
* @param \Closure|array|string $callback
188188
* @return $this
189189
*/
190190
public function group($callback)

0 commit comments

Comments
 (0)