mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:54:05 +00:00
Remove @inherit-doc
This commit is contained in:
parent
98254cf3db
commit
4db082883a
1 changed files with 0 additions and 6 deletions
|
|
@ -28,17 +28,11 @@ class IlluminateTenantRepository implements TenantRepository
|
||||||
->first();
|
->first();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @inheritDoc
|
|
||||||
*/
|
|
||||||
public function all(): iterable
|
public function all(): iterable
|
||||||
{
|
{
|
||||||
return $this->query()->cursor();
|
return $this->query()->cursor();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @inheritDoc
|
|
||||||
*/
|
|
||||||
public function whereKeyIn(string|int ...$ids): iterable
|
public function whereKeyIn(string|int ...$ids): iterable
|
||||||
{
|
{
|
||||||
return $this->query()->whereKey($ids)->cursor();
|
return $this->query()->whereKey($ids)->cursor();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue