mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 15:34:03 +00:00
Fix docblock
This commit is contained in:
parent
d652029fc5
commit
d3518fccdf
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ use Stancl\Tenancy\Database\Contracts\TenantWithDatabase;
|
||||||
|
|
||||||
class SyncedResourceSaved
|
class SyncedResourceSaved
|
||||||
{
|
{
|
||||||
/** @param Syncable|Model $model */
|
/** @param Syncable&Model $model */
|
||||||
public function __construct(
|
public function __construct(
|
||||||
public Syncable $model,
|
public Syncable $model,
|
||||||
public TenantWithDatabase|null $tenant,
|
public TenantWithDatabase|null $tenant,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue