*/ protected $fillable = [ 'who', 'towho', 'sub_time', ]; /** * Get the attributes that should be cast. * * @return array */ protected function casts(): array { return [ 'sub_time' => 'datetime', ]; } }