1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 14:54:03 +00:00
This commit is contained in:
Samuel Štancl 2019-08-09 19:39:37 +02:00
parent 02e672e79c
commit bee7f34973
4 changed files with 37 additions and 49 deletions

10
src/Tenant.php Normal file
View 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
}