|
@@ -8,8 +8,8 @@ |
|
|
block discarded – undo |
|
8
|
8
|
use Illuminate\Routing\Controller as IlluminateController; |
|
9
|
9
|
use Spatie\SlashCommand\Exceptions\InvalidHandler; |
|
10
|
10
|
use Spatie\SlashCommand\Exceptions\InvalidRequest; |
|
11
|
|
-use Spatie\SlashCommand\Exceptions\SlackSlashCommandException; |
|
12
|
11
|
use Spatie\SlashCommand\Exceptions\RequestCouldNotBeHandled; |
|
|
12
|
+use Spatie\SlashCommand\Exceptions\SlackSlashCommandException; |
|
13
|
13
|
|
|
14
|
14
|
class Controller extends IlluminateController |
|
15
|
15
|
{ |
Please login to merge, or discard this patch.