Skip to content

Commit

Permalink
fix: typo missing ,
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Sep 30, 2024
1 parent cfe4ae1 commit 780c6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/Slider__item/sub/image.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@image([
'classList' => [$baseClass.'__image']
'classList' => [$baseClass . '__image'],
'src' => $image,
'alt' => $alt ?? null,
'cover' => true,
Expand Down

0 comments on commit 780c6c7

Please sign in to comment.