LinLintt
This commit is contained in:
parent
6e69f985ce
commit
e09a5eade5
src
|
@ -219,6 +219,9 @@ class Api
|
|||
return Membership::from($membership);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Collection<int, Baustein>
|
||||
*/
|
||||
public function courses(): Collection
|
||||
{
|
||||
$this->assertLoggedIn();
|
||||
|
|
Loading…
Reference in New Issue