Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit ce165ba

Browse files
committed
2 parents 4ab10ce + be0f2c5 commit ce165ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Meta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function render(): string
2727
{
2828
$attributes = collect($this->attributes)->map(function ($value, $key) {
2929
$value = e($value);
30+
3031
return "{$key}=\"{$value}\"";
3132
})->implode(' ');
3233

0 commit comments

Comments
 (0)