|string> */ public function rules(): array { return [ 'technicians' => 'required|array|min:1', 'leader_id' => 'required|integer', ]; } }