From 505995431bc86208078b347a83663c8e7d95ca08 Mon Sep 17 00:00:00 2001 From: ARCANEDEV Date: Thu, 24 Sep 2015 15:50:24 +0100 Subject: [PATCH] Fixing the event --- src/Utilities/Url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utilities/Url.php b/src/Utilities/Url.php index bf79e13..2251bae 100644 --- a/src/Utilities/Url.php +++ b/src/Utilities/Url.php @@ -100,7 +100,7 @@ private static function extractAttributesFromCurrentRoute($route) $attributes = $route->parameters(); $response = event('routes.translation', [ - $attributes + localization()->getCurrentLocale(), $attributes ]); if ( ! empty($response)) {