1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:44:04 +00:00
tenancy/src/Tenant.php
Samuel Štancl bee7f34973 wip
2019-08-09 19:39:37 +02:00

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
}