Skip to content

Commit 13ead80

Browse files
Format code
1 parent 2fc52e1 commit 13ead80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BooleanDateAttribute.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ private static function getBooleanDate(mixed $value, array $attributes, string $
2525
private static function setBooleanDate(mixed $value, array $attributes, string $column): array
2626
{
2727
// Only update the field if it's never been set before or when it's being "disabled"
28-
2928
if (! $value || ! array_key_exists($column, $attributes) || $attributes[$column] === null) {
3029
return [$column => ! $value ? null : CarbonImmutable::now()];
3130
}

0 commit comments

Comments
 (0)