Need to call parent constructor.

This commit is contained in:
James Cole 2016-01-08 19:13:51 +01:00
parent 90e66cbd94
commit 8b2d7fc32f

View File

@ -21,6 +21,7 @@ class HomeController extends Controller
public function __construct()
{
$this->middleware('auth');
parent::__construct();
}
public function dateRange()