mirror of
https://github.com/HDInnovations/UNIT3D.git
synced 2026-01-31 01:35:31 +01:00
fix: migration create stub return type
This commit is contained in:
@@ -19,7 +19,7 @@ return new class () extends Migration {
|
||||
/**
|
||||
* Run the migrations.
|
||||
*/
|
||||
public function up(): viod
|
||||
public function up(): void
|
||||
{
|
||||
Schema::create('{{ table }}', function (Blueprint $table): void {
|
||||
$table->increments('id');
|
||||
|
||||
Reference in New Issue
Block a user