*/ use HasFactory; protected function casts(): array { return [ 'starts_at' => 'datetime', 'ends_at' => 'datetime', ]; } }