Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Dec 12, 2023
1 parent 64251b8 commit 42dcb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Livewire/ListExamRecordsTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ListExamRecordsTable extends Component

public function mount(ExamService $examService, MyClassService $myClassService, SectionService $sectionService, SubjectService $subjectService)
{
//get semester and use it to fetch all exams in semester
//get semester and use it to fetch all exams in semester
$this->semester = auth()->user()->school->semester;
$this->exams = $examService->getActiveExamsInSemester($this->semester->id);
//set exam as first exam if exams not empty
Expand Down

0 comments on commit 42dcb63

Please sign in to comment.