1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:54:03 +00:00

Remove @inherit-doc

This commit is contained in:
Erik Gaal 2022-09-24 20:26:14 +02:00
parent 98254cf3db
commit 4db082883a
No known key found for this signature in database
GPG key ID: 8733B288F439A599

View file

@ -28,17 +28,11 @@ class IlluminateTenantRepository implements TenantRepository
->first();
}
/**
* @inheritDoc
*/
public function all(): iterable
{
return $this->query()->cursor();
}
/**
* @inheritDoc
*/
public function whereKeyIn(string|int ...$ids): iterable
{
return $this->query()->whereKey($ids)->cursor();