@@ -5,12 +5,12 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use Illuminate\Config\Repository; |
7 | 7 | use Illuminate\Http\Request as IlluminateRequest; |
8 | -use Spatie\SlashCommand\Exceptions\InvalidHandler; |
|
9 | -use Spatie\SlashCommand\Handlers\SignatureHandler; |
|
10 | 8 | use Illuminate\Http\Response as IlluminateResponse; |
11 | 9 | use Illuminate\Routing\Controller as IlluminateController; |
10 | +use Spatie\SlashCommand\Exceptions\InvalidHandler; |
|
12 | 11 | use Spatie\SlashCommand\Exceptions\RequestCouldNotBeHandled; |
13 | 12 | use Spatie\SlashCommand\Exceptions\SlackSlashCommandException; |
13 | +use Spatie\SlashCommand\Handlers\SignatureHandler; |
|
14 | 14 | |
15 | 15 | class Controller extends IlluminateController |
16 | 16 | { |