Skip to content

Commit

Permalink
chore: pint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 30, 2024
1 parent afa3037 commit 24f56cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function up(): void
public function down(): void
{
Schema::table('reports', function (Blueprint $table) {
$table->dropColumn([ 'query']);
$table->dropColumn(['query']);
$table->renameColumn('doi', 'url');
});
}
Expand Down

0 comments on commit 24f56cb

Please sign in to comment.