@@ -10,8 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace Aimeos\Shop\Command; |
| 12 | 12 | |
| 13 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 14 | - |
|
| 15 | 13 | |
| 16 | 14 | /** |
| 17 | 15 | * Command for clearing the content cache |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace Aimeos\Shop\Command; |
| 12 | 12 | |
| 13 | 13 | use Illuminate\Console\Command; |
| 14 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 15 | 14 | |
| 16 | 15 | |
| 17 | 16 | /** |