Skip to content

Commit 17398fe

Browse files
authored
Update create_settings_table.php.stub
1 parent 81d4bdc commit 17398fe

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

database/migrations/create_settings_table.php.stub

-5
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,4 @@ return new class extends Migration
2121
$table->unique(['group', 'name']);
2222
});
2323
}
24-
25-
public function down()
26-
{
27-
Schema::dropIfExists('settings');
28-
}
2924
};

0 commit comments

Comments
 (0)