Skip to content

Commit

Permalink
anti pint
Browse files Browse the repository at this point in the history
  • Loading branch information
idugan100 committed Feb 24, 2024
1 parent 26ec94e commit e8861d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Http/Controllers/DoEdReportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e8861d7

Please sign in to comment.