mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Need to call parent constructor.
This commit is contained in:
parent
90e66cbd94
commit
8b2d7fc32f
@ -21,6 +21,7 @@ class HomeController extends Controller
|
|||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->middleware('auth');
|
$this->middleware('auth');
|
||||||
|
parent::__construct();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function dateRange()
|
public function dateRange()
|
||||||
|
Loading…
Reference in New Issue
Block a user