@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Spatie\SlashCommand\Handlers; |
| 4 | 4 | |
| 5 | -use Illuminate\Support\Str; |
|
| 6 | 5 | use Spatie\SlashCommand\Attachment; |
| 7 | 6 | use Spatie\SlashCommand\AttachmentField; |
| 8 | 7 | use Spatie\SlashCommand\HandlesSlashCommand; |
@@ -50,6 +50,9 @@ |
||
| 50 | 50 | return $this->description ?: ''; |
| 51 | 51 | } |
| 52 | 52 | |
| 53 | + /** |
|
| 54 | + * @param string $foo |
|
| 55 | + */ |
|
| 53 | 56 | public function getArgument($foo) |
| 54 | 57 | { |
| 55 | 58 | return $this->input->getArgument($foo); |