From d47b28976c10c0eff42d334e7aac9ec3d1691686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Tue, 19 Nov 2024 22:08:10 +0100 Subject: [PATCH] fix Slug::always --- src/Fields/Slug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fields/Slug.php b/src/Fields/Slug.php index 2e84c47b..9c576f68 100644 --- a/src/Fields/Slug.php +++ b/src/Fields/Slug.php @@ -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;