mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Max out the number of iterations
This commit is contained in:
		| @@ -60,6 +60,7 @@ return [ | ||||
|     'less'                           => ':attribute must be less than 10,000,000', | ||||
|     'active_url'                     => 'The :attribute is not a valid URL.', | ||||
|     'after'                          => 'The :attribute must be a date after :date.', | ||||
|     'date_after'                     => 'End date must be before start date.', | ||||
|     'alpha'                          => 'The :attribute may only contain letters.', | ||||
|     'alpha_dash'                     => 'The :attribute may only contain letters, numbers, and dashes.', | ||||
|     'alpha_num'                      => 'The :attribute may only contain letters and numbers.', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user