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.
1 parent 75a9067 commit 74b2803Copy full SHA for 74b2803
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