Skip to content

Commit 689854f

Browse files
francoism90github-actions[bot]
authored andcommitted
Fix styling
1 parent 29979cc commit 689854f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Html/Mixins/LinkElementMixin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function link(?string $modifiers = null): mixed
1313
return function (string $route, array $parameters = [], ?string $modifiers = null) {
1414
/** @var A $this */
1515
$href = route($route, $parameters);
16-
16+
1717
$current = str('wire:current')
1818
->when($modifiers, fn (Stringable $str) => $str->append(".{$modifiers}"))
1919
->squish();

0 commit comments

Comments
 (0)