mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 01:44:04 +00:00
merge
This commit is contained in:
commit
1e75221e12
26 changed files with 680 additions and 14 deletions
|
|
@ -7,9 +7,10 @@ namespace Stancl\Tenancy\Tests\Etc;
|
|||
use Stancl\Tenancy\Contracts\TenantWithDatabase;
|
||||
use Stancl\Tenancy\Database\Concerns\HasDatabase;
|
||||
use Stancl\Tenancy\Database\Concerns\HasDomains;
|
||||
use Stancl\Tenancy\Database\Concerns\HasPending;
|
||||
use Stancl\Tenancy\Database\Models;
|
||||
|
||||
class Tenant extends Models\Tenant implements TenantWithDatabase
|
||||
{
|
||||
use HasDatabase, HasDomains;
|
||||
use HasDatabase, HasDomains, HasPending;
|
||||
}
|
||||
|
|
|
|||
1
tests/Etc/tmp/queuetest.json
Normal file
1
tests/Etc/tmp/queuetest.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"tenant_id":"The current tenant id is: acme"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue