*/ protected $fillable = []; protected function casts(): array { return [ 'end_time' => 'datetime', 'candidates' => 'array', ]; } }