*/ protected $fillable = [ 'hyname', 'hyname1', 'hytime', 'hygb', 'hyjb', 'i', ]; /** * Get the attributes that should be cast. * * @return array */ protected function casts(): array { return [ 'hytime' => 'datetime', ]; } }