Skip to content

Commit 2f0e1fc

Browse files
committed
Removed expose
1 parent 1dc2db2 commit 2f0e1fc

File tree

5 files changed

+1
-105
lines changed

5 files changed

+1
-105
lines changed

bin/expose

-8.31 MB
Binary file not shown.

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,5 @@
3939
"Telegram": "Tii\\LaravelTelegramBot\\Facades\\Telegram"
4040
}
4141
}
42-
},
43-
"bin": [
44-
"bin/expose"
45-
]
42+
}
4643
}

config/expose.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/Console/Commands/TelegramTunnelCommand.php

Lines changed: 0 additions & 89 deletions
This file was deleted.

src/TelegramServiceProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public function boot(): void
5656
public function register(): void
5757
{
5858
$this->mergeConfigFrom(__DIR__ . '/../config/telegram.php', 'telegram');
59-
$this->mergeConfigFrom(__DIR__ . '/../config/expose.php', 'expose');
6059

6160
$this->configureTelegramBot();
6261
}

0 commit comments

Comments
 (0)