From 6debff6affba9224c778e32cc3c00e00a66cb9dd Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 22 Oct 2018 08:52:27 -0500 Subject: [PATCH] formatting --- src/Illuminate/Routing/Router.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Routing/Router.php b/src/Illuminate/Routing/Router.php index cc6bfd10df91..c3f08953405b 100644 --- a/src/Illuminate/Routing/Router.php +++ b/src/Illuminate/Routing/Router.php @@ -381,7 +381,7 @@ public function group(array $attributes, $routes) protected function updateGroupStack(array $attributes) { if (! empty($this->groupStack)) { - $attributes = $this->mergeWithLastGroup(...func_get_args()); + $attributes = $this->mergeWithLastGroup($attributes); } $this->groupStack[] = $attributes;