mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-21 03:42:54 +00:00
Removed middle ware.
This commit is contained in:
@@ -27,7 +27,6 @@ class ReportController extends Controller
|
||||
*/
|
||||
public function __construct(ReportHelperInterface $helper)
|
||||
{
|
||||
$this->middleware('auth');
|
||||
parent::__construct();
|
||||
$this->helper = $helper;
|
||||
|
||||
|
Reference in New Issue
Block a user