mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:54:03 +00:00
Cleanup after implementing impersonation
This commit is contained in:
parent
10a5b80d44
commit
c8f9a82745
4 changed files with 6 additions and 7 deletions
|
|
@ -37,7 +37,7 @@ class TenantUserImpersonationTest extends TestCase
|
|||
parent::setUp();
|
||||
|
||||
$this->artisan('migrate', [
|
||||
'--path' => __DIR__ . '/../assets/2019_09_15_000020_create_tenant_user_impersonation_tokens_table.php',
|
||||
'--path' => __DIR__ . '/../assets/2020_05_15_000010_create_tenant_user_impersonation_tokens_table.php',
|
||||
'--realpath' => true,
|
||||
])->assertExitCode(0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue