fix(reports): remove middleware() from controller constructor - auth already applied via route group
This commit is contained in:
@@ -12,11 +12,6 @@ use App\Exports\ProjectReportExport;
|
|||||||
|
|
||||||
class ReportController extends Controller
|
class ReportController extends Controller
|
||||||
{
|
{
|
||||||
public function __construct()
|
|
||||||
{
|
|
||||||
$this->middleware('auth');
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Show report builder for a project
|
* Show report builder for a project
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user