mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 21:04:03 +00:00
TenantModel putMany
This commit is contained in:
parent
8b2c64c8b1
commit
0fd1d82c68
10 changed files with 88 additions and 46 deletions
|
|
@ -10,7 +10,7 @@ use Stancl\Tenancy\Tenant;
|
|||
class QueueTenancyBootstrapper implements TenancyBootstrapper
|
||||
{
|
||||
/** @var bool Has tenancy been started. */
|
||||
protected $started = false; // todo var name?
|
||||
protected $started = false;
|
||||
|
||||
/** @var Application */
|
||||
protected $app;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue