Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sampoyigi committed Dec 21, 2023
1 parent a8bc713 commit 522a0a1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

class IncreaseStringLength extends Migration
return new class extends Migration
{
public function up()
{
Expand All @@ -21,4 +21,4 @@ public function up()
public function down()
{
}
}
};

0 comments on commit 522a0a1

Please sign in to comment.