We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3024a58 commit 94ecfcbCopy full SHA for 94ecfcb
src/TimetableControllerTrait.php
@@ -76,7 +76,7 @@ private function getTimetableStructure(): Collection
76
/**
77
* @throws GuzzleException
78
*/
79
- private function getSubject(int $subjectId): TeachingSubject
+ protected function getSubject(int $subjectId): TeachingSubject
80
{
81
$subjects = new TeachingSubjectController($this->institution);
82
0 commit comments