mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
Update ResourceSyncingTest.php
This commit is contained in:
parent
99f853451b
commit
93efa56f59
1 changed files with 1 additions and 0 deletions
|
|
@ -787,6 +787,7 @@ function createTenantsAndRunMigrationsForDifferentSchema(): array
|
|||
{
|
||||
[$tenant1, $tenant2] = [ResourceTenantForDifferentSchema::create(['id' => 't1']), ResourceTenantForDifferentSchema::create(['id' => 't2'])];
|
||||
|
||||
// run central user migrations
|
||||
pest()->artisan('migrate', [
|
||||
'--path' => __DIR__ . '/Etc/synced_resource_migrations/custom/central',
|
||||
'--realpath' => true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue