Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Sep 13, 2023
1 parent c4806f7 commit 2a92f87
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public function up(): void

public function down(): void
{
throw new \Exception('Migration is irreversible');
Schema::table('users', function (Blueprint $table) {
$table->dropColumn(['parent_id']);
});
}
};

0 comments on commit 2a92f87

Please sign in to comment.