We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebea5b9 + 74b2803 commit 9571fe5Copy full SHA for 9571fe5
database/migrations/2025_10_05_081604_drop_telegraph.php
@@ -8,7 +8,7 @@
8
return new class extends Migration {
9
public function up(): void
10
{
11
- Schema::dropIfExists('telegraph_bots');
12
Schema::dropIfExists('telegraph_chats');
+ Schema::dropIfExists('telegraph_bots');
13
}
14
};
0 commit comments