@@ -101,7 +101,7 @@ |
||
101 | 101 | /** |
102 | 102 | * Get the services provided by the provider. |
103 | 103 | * |
104 | - * @return array |
|
104 | + * @return string[] |
|
105 | 105 | */ |
106 | 106 | public function provides() |
107 | 107 | { |
@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Telegram\Bot\Laravel; |
4 | 4 | |
5 | -use Telegram\Bot\Api; |
|
6 | -use Telegram\Bot\BotsManager; |
|
7 | -use Illuminate\Support\ServiceProvider; |
|
8 | 5 | use Illuminate\Contracts\Foundation\Application; |
9 | -use Laravel\Lumen\Application as LumenApplication; |
|
10 | 6 | use Illuminate\Foundation\Application as LaravelApplication; |
7 | +use Illuminate\Support\ServiceProvider; |
|
8 | +use Laravel\Lumen\Application as LumenApplication; |
|
9 | +use Telegram\Bot\Api; |
|
10 | +use Telegram\Bot\BotsManager; |
|
11 | 11 | |
12 | 12 | /** |
13 | 13 | * Class TelegramServiceProvider. |