mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-09 23:15:45 -06:00
Refer to new account helper
This commit is contained in:
parent
390cace775
commit
f1f922031a
@ -17,6 +17,7 @@ class ReportController extends Controller
|
||||
{
|
||||
|
||||
|
||||
protected $accountHelper;
|
||||
/** @var ReportHelperInterface */
|
||||
protected $helper;
|
||||
|
||||
@ -28,7 +29,9 @@ class ReportController extends Controller
|
||||
public function __construct(ReportHelperInterface $helper)
|
||||
{
|
||||
parent::__construct();
|
||||
$this->helper = $helper;
|
||||
|
||||
$this->helper = $helper;
|
||||
$this->accountHelper = app('FireflyIII\Helpers\Report\AccountReportHelperInterface');
|
||||
|
||||
View::share('title', trans('firefly.reports'));
|
||||
View::share('mainTitleIcon', 'fa-line-chart');
|
||||
|
Loading…
Reference in New Issue
Block a user