- Began decoupling of QueryBuilder from native MySQL method ; some works needs to be done on for the Repository object splitting also.
		
			
				
	
	
		
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| namespace Ulmus\SearchRequest\Attribute;
 | |
| 
 | |
| #[\Attribute(\Attribute::TARGET_PROPERTY)]
 | |
| class SearchEqual extends SearchWhere {} |