mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Need to call parent constructor.
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user