diff --git a/src/Exports/QuickExport.php b/src/Exports/QuickExport.php index bc0d299..05c2793 100644 --- a/src/Exports/QuickExport.php +++ b/src/Exports/QuickExport.php @@ -72,9 +72,9 @@ protected function isDate($value, $entry, $fieldName): bool return $value instanceof DateTimeInterface || Str::of($fieldName)->endsWith('_at') || ($entry instanceof Model && $entry->hasCast( - $fieldName, - ['date', 'datetime', 'immutable_date', 'immutable_datetime'] - )); + $fieldName, + ['date', 'datetime', 'immutable_date', 'immutable_datetime'] + )); } protected function getName(): string