mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 00:34:04 +00:00
try reverting TenantModelTest change
This commit is contained in:
parent
11507d289c
commit
6dc61f8abf
1 changed files with 1 additions and 5 deletions
|
|
@ -68,11 +68,7 @@ class TenantModelTest extends TestCase
|
||||||
{
|
{
|
||||||
Schema::drop('domains');
|
Schema::drop('domains');
|
||||||
Schema::table('tenants', function (Blueprint $table) {
|
Schema::table('tenants', function (Blueprint $table) {
|
||||||
$table->dropColumn('id');
|
$table->bigIncrements('id')->change();
|
||||||
});
|
|
||||||
|
|
||||||
Schema::table('tenants', function (Blueprint $table) {
|
|
||||||
$table->bigIncrements('id');
|
|
||||||
});
|
});
|
||||||
|
|
||||||
unset(app()[UniqueIdentifierGenerator::class]);
|
unset(app()[UniqueIdentifierGenerator::class]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue