diff --git a/src/Wrappers/Lesson.php b/src/Wrappers/Lesson.php index 71d8b82..00e73ee 100644 --- a/src/Wrappers/Lesson.php +++ b/src/Wrappers/Lesson.php @@ -29,6 +29,12 @@ protected function handle(): void } } + /** + * @param int $setId + * + * @return \Illuminate\Support\Collection + * @throws \GuzzleHttp\Exception\GuzzleException + */ private function getPupilsInSet(int $setId): Collection { $api = new RoughAndReadyController(\App\School::find(2));