Skip to content

Commit a95b5eb

Browse files
committed
Defer URI language support to L4.
Signed-off-by: Jason Lewis <jason.lewis1991@gmail.com>
1 parent 43614cf commit a95b5eb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

laravel/url.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -242,11 +242,6 @@ public static function to_asset($url, $https = null)
242242
$url = str_replace($index.'/', '', $url);
243243
}
244244

245-
if (count(Config::get('application.languages')) > 0)
246-
{
247-
$url = str_replace(Config::get('application.language').'/', '', $url);
248-
}
249-
250245
return $url;
251246
}
252247

0 commit comments

Comments
 (0)