mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-30 17:05:31 +00:00
Some code cleanup and reordering
This commit is contained in:
@@ -22,11 +22,10 @@ class Controller extends BaseController
|
||||
{
|
||||
use AuthorizesRequests, DispatchesJobs, ValidatesRequests;
|
||||
|
||||
/** @var string|\Symfony\Component\Translation\TranslatorInterface */
|
||||
protected $monthFormat;
|
||||
|
||||
/** @var string|\Symfony\Component\Translation\TranslatorInterface */
|
||||
protected $monthAndDayFormat;
|
||||
/** @var string|\Symfony\Component\Translation\TranslatorInterface */
|
||||
protected $monthFormat;
|
||||
|
||||
/**
|
||||
* Controller constructor.
|
||||
|
||||
Reference in New Issue
Block a user