mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 10:54:04 +00:00
Private repo composer.json
This commit is contained in:
parent
c75c5b3879
commit
b772590479
2 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "stancl/tenancy",
|
||||
"name": "stancl/tenancy-private",
|
||||
"description": "Automatic multi-tenancy for your Laravel application.",
|
||||
"keywords": ["laravel", "multi-tenancy", "multi-database", "tenancy"],
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ use Stancl\Tenancy\Database\Concerns;
|
|||
class Tenant extends Model implements Contracts\Tenant
|
||||
{
|
||||
use Concerns\CentralConnection,
|
||||
Concerns\HasDataColumn,
|
||||
Concerns\GeneratesIds,
|
||||
Concerns\HasDataColumn {
|
||||
Concerns\HasDataColumn::getCasts as dataColumnCasts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue