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