shorten really long statement.
This commit is contained in:
parent
88c8cf6c10
commit
8df52df894
|
@ -66,7 +66,9 @@ public static function style($url, $attributes = array())
|
|||
}
|
||||
}
|
||||
|
||||
return '<link href="'.static::entities(URL::to_asset($url)).'"'.static::attributes($attributes).'>'.PHP_EOL;
|
||||
$url = static::entities(URL::to_asset($url));
|
||||
|
||||
return '<link href="'.$url.'"'.static::attributes($attributes).'>'.PHP_EOL;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue