1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:24:04 +00:00

anonymous publishable migrations (#1001)

This commit is contained in:
Abrar Ahmad 2022-11-11 17:02:13 +05:00 committed by GitHub
parent 2a39b0526a
commit fb2369dc11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;
use Stancl\Tenancy\Tenancy;
class CreateTenantUserImpersonationTokensTable extends Migration
return new class extends Migration
{
/**
* Run the migrations.
@ -37,4 +37,4 @@ class CreateTenantUserImpersonationTokensTable extends Migration
{
Schema::dropIfExists('tenant_user_impersonation_tokens');
}
}
};