|  | @@ -78,7 +78,7 @@ class SeminarSignUpService
 | 
	
		
			
			| 78 | 78 |          $cnt = $this->signupDb
 | 
	
		
			
			| 79 | 79 |              ->where('trackNo', '=', $trackNo)
 | 
	
		
			
			| 80 | 80 |              ->where('companyEmail', '=', $companyEmail)
 | 
	
		
			
			| 81 |  | -            ->where('phoneNumber', '=', $phoneNumber)
 | 
	
		
			
			|  | 81 | +            // ->where('phoneNumber', '=', $phoneNumber)
 | 
	
		
			
			| 82 | 82 |              ->count();
 | 
	
		
			
			| 83 | 83 |          
 | 
	
		
			
			| 84 | 84 |          \Log::info($cnt);
 |