1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-13 17:04:03 +00:00

Single DB tenancy

This commit is contained in:
Samuel Štancl 2020-05-14 03:57:13 +02:00
parent 99d460f76e
commit 28019f4528
6 changed files with 335 additions and 3 deletions

View file

@ -6,7 +6,7 @@ use Carbon\Carbon;
use Illuminate\Database\Eloquent\Model;
use Stancl\Tenancy\Events;
use Stancl\Tenancy\Contracts;
use Stancl\Tenancy\Database\Collections\TenantCollection;
use Stancl\Tenancy\Database\TenantCollection;
use Stancl\Tenancy\Database\Concerns;
/**