mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-30 06:50:49 +00:00 
			
		
		
		
	Add php8 code.
This commit is contained in:
		| @@ -89,7 +89,7 @@ abstract class Controller extends BaseController | ||||
|         app('view')->share('FF_IS_BETA', $isBeta); | ||||
|  | ||||
|         $this->middleware( | ||||
|             function ($request, $next) { | ||||
|             function ($request, $next): mixed { | ||||
|                 $locale = app('steam')->getLocale(); | ||||
|                 // translations for specific strings: | ||||
|                 $this->monthFormat       = (string)trans('config.month', [], $locale); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user