@@ -92,7 +92,7 @@ |
||
| 92 | 92 | /** |
| 93 | 93 | * Get the services provided by the provider. |
| 94 | 94 | * |
| 95 | - * @return array |
|
| 95 | + * @return string[] |
|
| 96 | 96 | */ |
| 97 | 97 | public function provides() |
| 98 | 98 | { |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | namespace Webwizo\Shortcodes\Commands; |
| 3 | 3 | |
| 4 | 4 | use Illuminate\Console\Command; |
| 5 | -use Illuminate\Filesystem\Filesystem; |
|
| 6 | 5 | use File; |
| 7 | 6 | |
| 8 | 7 | class CreateShortcode extends Command |