Skip to content

Commit

Permalink
migration own method typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Apr 2, 2024
1 parent 9a89a1a commit 7df6347
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function up(): void
public function down(): void
{
Schema::table('password_reset_tokens', function (Blueprint $table) {
$table->string('channel')->default('email');
$table->dropColumn('channel');
});
}
};

0 comments on commit 7df6347

Please sign in to comment.