Skip to content

Commit 705642d

Browse files
committed
Apply fixes from StyleCI
1 parent 97eaa0a commit 705642d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Routing/Router.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public function apiResource($name, $controller, array $options = [])
374374
* @return void
375375
*/
376376
public function group(array $attributes, $routes)
377-
{
377+
{
378378
foreach (Arr::wrap($routes) as $groupRoutes) {
379379
$this->updateGroupStack($attributes);
380380

0 commit comments

Comments
 (0)