diff --git a/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php b/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php index 4e468bb4577b..bbeabcf22e7d 100644 --- a/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php +++ b/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php @@ -1396,7 +1396,7 @@ protected function castAttributeAsHashedString($key, #[\SensitiveParameter] $val return Hash::make($value); } - /** @phpstan-ignore-next-line */ + /** @phpstan-ignore-next-line */ if (! Hash::verifyConfiguration($value)) { throw new RuntimeException("Could not verify the hashed value's configuration."); }