mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:54:03 +00:00
wip
This commit is contained in:
parent
02e672e79c
commit
bee7f34973
4 changed files with 37 additions and 49 deletions
10
src/Tenant.php
Normal file
10
src/Tenant.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace Stancl\Tenancy;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Tenant extends Model
|
||||
{
|
||||
// todo if not attribute exists in db, put into json data
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue