@@ -9,8 +9,8 @@ |
||
9 | 9 | use Illuminate\Routing\Controller as IlluminateController; |
10 | 10 | use Spatie\SlashCommand\Exceptions\InvalidHandler; |
11 | 11 | use Spatie\SlashCommand\Exceptions\InvalidRequest; |
12 | -use Spatie\SlashCommand\Exceptions\SlackSlashCommandException; |
|
13 | 12 | use Spatie\SlashCommand\Exceptions\RequestCouldNotBeHandled; |
13 | +use Spatie\SlashCommand\Exceptions\SlackSlashCommandException; |
|
14 | 14 | use Spatie\SlashCommand\Handlers\SignatureHandler; |
15 | 15 | |
16 | 16 | class Controller extends IlluminateController |