This commit is contained in:
2026-05-06 21:43:13 +03:00
parent 8b3a3964a5
commit 93a16ee916
23 changed files with 148 additions and 387 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Slug implements FieldInterface, RequiredInterface
$value = Str::slug($input[$this->source]);
}
$output[$this->name] = new Nullable(
$output[$this->name] = Nullable::make(
$this->nullable,
$value,
"",