mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 21:54:02 +00:00
Fix issues
This commit is contained in:
parent
0a37eb487a
commit
7bb05873f0
2 changed files with 4 additions and 3 deletions
|
|
@ -27,9 +27,9 @@ trait HasATenantsOption
|
|||
->cursor();
|
||||
}
|
||||
|
||||
protected function withPending(): bool
|
||||
protected function withPending(): ?bool
|
||||
{
|
||||
return $this->option('with-pending');
|
||||
return $this->option('with-pending') ? true : null;
|
||||
}
|
||||
|
||||
public function __construct()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue