@@ -3,11 +3,9 @@ |
||
3 | 3 | * for license information see LICENSE.md |
4 | 4 | ***************************************************************************/ |
5 | 5 | |
6 | -use Oc\FieldNotes\Entity\FieldNote; |
|
7 | 6 | use Oc\FieldNotes\Enum\LogType as FieldNotesLogType; |
8 | 7 | use Oc\FieldNotes\Persistence\FieldNoteEntity; |
9 | 8 | use Oc\FieldNotes\Persistence\FieldNoteService; |
10 | -use Oc\GeoCache\Entity\GeocacheLog; |
|
11 | 9 | use Oc\GeoCache\Enum\GeoCacheType; |
12 | 10 | use Oc\GeoCache\Enum\LogType as GeoCacheLogType; |
13 | 11 | use Oc\GeoCache\Enum\NeedMaintenance; |
@@ -7,15 +7,12 @@ |
||
7 | 7 | |
8 | 8 | use Exception; |
9 | 9 | use Leafo\ScssPhp\Compiler; |
10 | -use RecursiveDirectoryIterator; |
|
11 | -use RecursiveIteratorIterator; |
|
12 | 10 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
13 | 11 | use Symfony\Component\Console\Exception\InvalidArgumentException; |
14 | 12 | use Symfony\Component\Console\Input\InputInterface; |
15 | 13 | use Symfony\Component\Console\Output\OutputInterface; |
16 | 14 | use Symfony\Component\Filesystem\Filesystem; |
17 | 15 | use Symfony\Component\Finder\Finder; |
18 | -use Symfony\Component\Finder\SplFileInfo; |
|
19 | 16 | |
20 | 17 | /** |
21 | 18 | * Class CreateWebCacheCommand |