Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fredbradley committed Aug 12, 2022
1 parent 23320f6 commit 11dd2e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Wrappers/Lesson.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 11dd2e7

Please sign in to comment.