Skip to content

Commit 9571fe5

Browse files
Merge pull request #105 from Laravel-Lang/2.x
Dependent objects still exist
2 parents ebea5b9 + 74b2803 commit 9571fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/migrations/2025_10_05_081604_drop_telegraph.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
return new class extends Migration {
99
public function up(): void
1010
{
11-
Schema::dropIfExists('telegraph_bots');
1211
Schema::dropIfExists('telegraph_chats');
12+
Schema::dropIfExists('telegraph_bots');
1313
}
1414
};

0 commit comments

Comments
 (0)