|  | @@ -71,6 +71,7 @@ return [
 | 
	
		
			
				|  |  |          'array'   => 'The :attribute must contain :size items.',
 | 
	
		
			
				|  |  |      ],
 | 
	
		
			
				|  |  |      'timezone'             => 'The :attribute must be a valid zone.',
 | 
	
		
			
				|  |  | +    'string'               => 'The :attribute must be a string.',
 | 
	
		
			
				|  |  |      'unique'               => 'The :attribute has already been taken.',
 | 
	
		
			
				|  |  |      'url'                  => 'The :attribute format is invalid.',
 | 
	
		
			
				|  |  |  
 |