Skip to content

Commit

Permalink
Update 2024_02_22_120000_add_all_users_to_announcements_table.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizayev authored Feb 22, 2024
1 parent 00f96f9 commit 032e056
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function up(): void
public function down(): void
{
Schema::table('announcements', function (Blueprint $table) {
//
$table->dropColumn('all_users');
});
}
};

0 comments on commit 032e056

Please sign in to comment.