Skip to content

Commit

Permalink
fix Slug::always
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Nov 19, 2024
1 parent 7848fea commit d47b289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Slug.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function isNullable(): bool
/**
* Set the "always" property.
*/
public function alsways(bool $value = true): static
public function always(bool $value = true): static
{
$this->always = $value;

Expand Down

0 comments on commit d47b289

Please sign in to comment.