mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 19:49:54 +00:00
Move authentication around.
This commit is contained in:
@@ -16,6 +16,7 @@ use View;
|
||||
class ReportController extends Controller
|
||||
{
|
||||
|
||||
|
||||
/** @var ReportHelperInterface */
|
||||
protected $helper;
|
||||
|
||||
@@ -26,6 +27,7 @@ class ReportController extends Controller
|
||||
*/
|
||||
public function __construct(ReportHelperInterface $helper)
|
||||
{
|
||||
$this->middleware('auth');
|
||||
parent::__construct();
|
||||
$this->helper = $helper;
|
||||
|
||||
|
Reference in New Issue
Block a user