mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Code optimizations.
This commit is contained in:
		| @@ -84,8 +84,7 @@ class RecurrenceRequest extends Request | ||||
|      */ | ||||
|     public function rules(): array | ||||
|     { | ||||
|         $today = new Carbon; | ||||
|         $today->addDay(); | ||||
|         $today = Carbon::create()->addDay(); | ||||
|  | ||||
|         return [ | ||||
|             'type'                                 => 'required|in:withdrawal,transfer,deposit', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user