Skip to content

Commit

Permalink
fix pint
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala committed Dec 16, 2024
1 parent 3a2fab1 commit 7945873
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Support\Facades\Schema;

return new class extends Migration
{
return new class () extends Migration {
public function up()
{
Schema::table('forms', function (Blueprint $table) {
Expand Down

0 comments on commit 7945873

Please sign in to comment.