Skip to content

Commit 790a700

Browse files
authoredFeb 12, 2019
Update Assets.php
1 parent 9ca58b7 commit 790a700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/Assets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ protected function itemToHtml($name, $type = 'style')
280280
$src = $this->getSourceUrl($configName);
281281

282282
foreach ((array)$src as $item) {
283-
$html .= $this->{$type}($item, ['class' => 'hidden'])->toHtml();
283+
$html .= $this->htmlBuilder->{$type}($item, ['class' => 'hidden'])->toHtml();
284284
}
285285

286286
return $html;

0 commit comments

Comments
 (0)
Please sign in to comment.