1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 18:14:04 +00:00

Merge branch 'poly-sync' of https://github.com/abrardev99/tenancy into poly-sync

This commit is contained in:
Abrar Ahmad 2022-11-08 15:47:01 +05:00
commit 2a19f3dc07

View file

@ -5,7 +5,6 @@ declare(strict_types=1);
namespace Stancl\Tenancy\Database\Models; namespace Stancl\Tenancy\Database\Models;
use Illuminate\Database\Eloquent\Relations\MorphPivot; use Illuminate\Database\Eloquent\Relations\MorphPivot;
use Illuminate\Database\Eloquent\Relations\Pivot;
use Stancl\Tenancy\Contracts\Syncable; use Stancl\Tenancy\Contracts\Syncable;
class TenantPivot extends MorphPivot class TenantPivot extends MorphPivot