mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Final set of php8.4 changes.
This commit is contained in:
		| @@ -67,7 +67,7 @@ class HomeController extends Controller | ||||
|         try { | ||||
|             $stringStart = e((string) $request->get('start')); | ||||
|             $start       = Carbon::createFromFormat('Y-m-d', $stringStart); | ||||
|         } catch (InvalidFormatException $e) { | ||||
|         } catch (InvalidFormatException) { | ||||
|             app('log')->error(sprintf('Start: could not parse date string "%s" so ignore it.', $stringStart)); | ||||
|             $start = Carbon::now()->startOfMonth(); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user