mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:54:04 +00:00
anonymous publishable migrations (#1001)
This commit is contained in:
parent
2a39b0526a
commit
fb2369dc11
3 changed files with 6 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ use Illuminate\Database\Schema\Blueprint;
|
|||
use Illuminate\Support\Facades\Schema;
|
||||
use Stancl\Tenancy\Tenancy;
|
||||
|
||||
class CreateDomainsTable extends Migration
|
||||
return new class extends Migration
|
||||
{
|
||||
/**
|
||||
* Run the migrations.
|
||||
|
|
@ -35,4 +35,4 @@ class CreateDomainsTable extends Migration
|
|||
{
|
||||
Schema::dropIfExists('domains');
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue