@@ -2,13 +2,13 @@ |
||
2 | 2 | |
3 | 3 | namespace Spatie\SlashCommand\Handlers; |
4 | 4 | |
5 | -use Illuminate\Support\Str; |
|
6 | -use Spatie\SlashCommand\Request; |
|
7 | -use Spatie\SlashCommand\Response; |
|
8 | 5 | use Illuminate\Support\Collection; |
6 | +use Illuminate\Support\Str; |
|
9 | 7 | use Spatie\SlashCommand\Attachment; |
10 | 8 | use Spatie\SlashCommand\AttachmentField; |
11 | 9 | use Spatie\SlashCommand\HandlesSlashCommand; |
10 | +use Spatie\SlashCommand\Request; |
|
11 | +use Spatie\SlashCommand\Response; |
|
12 | 12 | |
13 | 13 | class Help extends SignatureHandler |
14 | 14 | { |
@@ -3,8 +3,8 @@ |
||
3 | 3 | namespace Spatie\SlashCommand; |
4 | 4 | |
5 | 5 | use GuzzleHttp\Client; |
6 | -use Illuminate\Support\Str; |
|
7 | 6 | use Illuminate\Http\Response as IlluminateResponse; |
7 | +use Illuminate\Support\Str; |
|
8 | 8 | |
9 | 9 | class Response |
10 | 10 | { |