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

Update ResourceSyncingPolymorphicTest.php

This commit is contained in:
Abrar Ahmad 2022-11-08 16:41:02 +05:00
parent 2a19f3dc07
commit 14dfbd4528

View file

@ -170,6 +170,8 @@ function migrateCompaniesTableForTenants(): void
])->assertExitCode(0); ])->assertExitCode(0);
} }
// todo@1 better names for resource syncing setup here
class ResourceTenantForPolymorphic extends Tenant class ResourceTenantForPolymorphic extends Tenant
{ {
public function users(): MorphToMany public function users(): MorphToMany