mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Some code cleanup.
This commit is contained in:
@@ -52,6 +52,7 @@ class ReportController extends Controller
|
||||
*/
|
||||
public function index(ARI $repository)
|
||||
{
|
||||
/** @var Carbon $start */
|
||||
$start = session('first');
|
||||
$months = $this->helper->listOfMonths($start);
|
||||
$customFiscalYear = Preferences::get('customFiscalYear', 0)->data;
|
||||
|
||||
Reference in New Issue
Block a user