Skip to content

Commit

Permalink
Fixing the event
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanedev-maroc committed Sep 24, 2015
1 parent 034809c commit 5059954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utilities/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ private static function extractAttributesFromCurrentRoute($route)

$attributes = $route->parameters();
$response = event('routes.translation', [
$attributes
localization()->getCurrentLocale(), $attributes
]);

if ( ! empty($response)) {
Expand Down

0 comments on commit 5059954

Please sign in to comment.