mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 11:44:04 +00:00
10 lines
No EOL
167 B
PHP
10 lines
No EOL
167 B
PHP
<?php
|
|
|
|
namespace Stancl\Tenancy;
|
|
|
|
use Illuminate\Database\Eloquent\Model;
|
|
|
|
class Tenant extends Model
|
|
{
|
|
// todo if not attribute exists in db, put into json data
|
|
} |