mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-16 04:04:04 +00:00
Rewrite old tests
This commit is contained in:
parent
64383b4c56
commit
89936187ce
71 changed files with 698 additions and 3203 deletions
|
|
@ -32,7 +32,7 @@ trait TenantAwareCommand
|
|||
/**
|
||||
* Get an array of tenants for which the command should be executed.
|
||||
*
|
||||
* @return Tenant[]
|
||||
* @return Tenant[]|mixed
|
||||
*/
|
||||
abstract protected function getTenants(): array;
|
||||
abstract protected function getTenants();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue