@@ -24,8 +24,8 @@ |
||
24 | 24 | use Symfony\Component\Console\Input\InputOption; |
25 | 25 | use Symfony\Component\Console\Output\OutputInterface; |
26 | 26 | use Symfony\Component\Console\Style\SymfonyStyle; |
27 | -use Symfony\Component\Finder\Finder; |
|
28 | 27 | use Symfony\Component\Filesystem\Filesystem; |
28 | +use Symfony\Component\Finder\Finder; |
|
29 | 29 | |
30 | 30 | /** |
31 | 31 | * Command to generate the SQL needed to update the database schema to match |