Skip to content

Commit

Permalink
Merge pull request #227 from conedevelopment/szepeviktor-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo authored Nov 20, 2024
2 parents 4900408 + d47b289 commit 7036688
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 7036688

Please sign in to comment.