Skip to content

Commit 3d55957

Browse files
committed
Use Symfony Uid component
1 parent e86dd5d commit 3d55957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundle/Command/GenerateShowcaseCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
use Netgen\Layouts\Parameters\ParameterType\ChoiceType;
3939
use Netgen\Layouts\Parameters\ParameterType\Compound\BooleanType as CompoundBooleanType;
4040
use Netgen\Layouts\Persistence\Values\Status;
41-
use Ramsey\Uuid\Uuid;
4241
use Symfony\Component\Console\Command\Command;
4342
use Symfony\Component\Console\Input\InputInterface;
4443
use Symfony\Component\Console\Output\OutputInterface;
4544
use Symfony\Component\Console\Style\SymfonyStyle;
45+
use Symfony\Component\Uid\Uuid;
4646

4747
use function array_column;
4848
use function array_keys;

0 commit comments

Comments
 (0)