Skip to content

Commit 7c3c8fc

Browse files
committed
Code indent
1 parent f4b1168 commit 7c3c8fc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Libraries/Assets.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,9 +278,11 @@ protected function sanitizeRoute()
278278
$this->route = trim($this->route, '/');
279279

280280
// Verify for {locale}
281-
if(Config::get('App')->negotiateLocale) {
281+
if (Config::get('App')->negotiateLocale)
282+
{
282283
$route = explode('/', $this->route);
283-
if(count($route) && $route[0] == Services::request()->getLocale()) {
284+
if (count($route) && $route[0] == Services::request()->getLocale())
285+
{
284286
unset($route[0]);
285287
}
286288
$this->route = implode('/',$route);

0 commit comments

Comments
 (0)