mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Remove unnecessary backslash
This commit is contained in:
		| @@ -241,7 +241,7 @@ class Request extends FormRequest | ||||
|             return null; | ||||
|         } | ||||
|         $value = (string)$this->get($field); | ||||
|         if (10 === \strlen($value)) { | ||||
|         if (10 === strlen($value)) { | ||||
|             // probably a date format. | ||||
|             try { | ||||
|                 $result = Carbon::createFromFormat('Y-m-d', $value); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user