mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 00:04:03 +00:00
begin work on docs
This commit is contained in:
parent
6c3f86a611
commit
9296b3806e
3 changed files with 33 additions and 5 deletions
|
|
@ -7,8 +7,8 @@ use Stancl\Tenancy\Interfaces\TenantModel;
|
|||
|
||||
class Tenant extends Model implements TenantModel
|
||||
{
|
||||
protected $dataColumn = 'data';
|
||||
protected $specialColumns = [];
|
||||
protected $dataColumn = 'data'; // todo load this from config
|
||||
protected $specialColumns = []; // todo load this from config
|
||||
protected $guarded = [];
|
||||
protected $primaryKey = 'uuid';
|
||||
public $incrementing = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue