Skip to content

Commit 94ecfcb

Browse files
committed
change method access so that sub classess can use it
1 parent 3024a58 commit 94ecfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TimetableControllerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ private function getTimetableStructure(): Collection
7676
/**
7777
* @throws GuzzleException
7878
*/
79-
private function getSubject(int $subjectId): TeachingSubject
79+
protected function getSubject(int $subjectId): TeachingSubject
8080
{
8181
$subjects = new TeachingSubjectController($this->institution);
8282

0 commit comments

Comments
 (0)