mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 13:44:58 -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()
|
||||
{
|
||||
$this->middleware('auth');
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function dateRange()
|
||||
|
Loading…
Reference in New Issue
Block a user