From e8861d72dd9093aa542b8a5e0f8c7688332955c7 Mon Sep 17 00:00:00 2001 From: idugan100 Date: Sat, 24 Feb 2024 00:14:51 -0500 Subject: [PATCH] anti pint --- app/Http/Controllers/DoEdReportController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/DoEdReportController.php b/app/Http/Controllers/DoEdReportController.php index b4f78ca..de12ad8 100644 --- a/app/Http/Controllers/DoEdReportController.php +++ b/app/Http/Controllers/DoEdReportController.php @@ -14,8 +14,7 @@ class DoEdReportController extends Controller { - public function student_demographics(Request $request, StudentEthnicityChart $chart, StudentGenderChart $chart2, ParentalEducationLevelChart $chart3, GradToUGradChart $chart4, StudentFamilyIncomesChart $chart5): View - { + public function student_demographics(Request $request, StudentEthnicityChart $chart, StudentGenderChart $chart2, ParentalEducationLevelChart $chart3, GradToUGradChart $chart4, StudentFamilyIncomesChart $chart5): View{ TrackUsage::log($request, 'report'); $ethnicity_chart = $chart->build();