laravel最新版时间格式化怎么没了
当前时间展示 2021-12-08T12:10:35.000000Z
之前一直在模型使用 use DefaultDatetimeFormat;
现在怎么没这个了
protected function serializeDate(DateTimeInterface $date): string { return $date->format('Y-m-d H:i:s'); }