This commit is contained in:
Philipp Lang 2023-02-10 16:21:16 +01:00
parent 6e69f985ce
commit e09a5eade5
1 changed files with 3 additions and 0 deletions

View File

@ -219,6 +219,9 @@ class Api
return Membership::from($membership);
}
/**
* @return Collection<int, Baustein>
*/
public function courses(): Collection
{
$this->assertLoggedIn();