mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Upgrade to 7.4
This commit is contained in:
@@ -39,13 +39,13 @@ class Controller extends BaseController
|
||||
use AuthorizesRequests, DispatchesJobs, ValidatesRequests, UserNavigation, RequestInformation;
|
||||
|
||||
/** @var string Format for date and time. */
|
||||
protected $dateTimeFormat;
|
||||
protected string $dateTimeFormat;
|
||||
/** @var string Format for "23 Feb, 2016". */
|
||||
protected $monthAndDayFormat;
|
||||
protected string $monthAndDayFormat;
|
||||
/** @var string Format for "March 2018" */
|
||||
protected $monthFormat;
|
||||
protected string $monthFormat;
|
||||
/** @var string Redirect user */
|
||||
protected $redirectUri = '/';
|
||||
protected string $redirectUri = '/';
|
||||
|
||||
/**
|
||||
* Controller constructor.
|
||||
|
||||
Reference in New Issue
Block a user