Skip to content

Commit

Permalink
Hotfix on UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 30, 2020
1 parent 3aa7582 commit cba0687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/DataFixtures/AppFixtures.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function load(ObjectManager $manager)
$stage2->setRequestType($reisdocument);
$manager->persist($stage2);

$id = Uuid::fromString('58d2e5ea-e592-48c1-86c4-93b43d8aac5c');
$id = Uuid::fromString('690cbb51-50b8-4714-b45b-2dba696b1216');
$reisdocument = new RequestType();
$reisdocument->setSourceOrganization('0000');
$reisdocument->setName('Vermissing Reisdocument');
Expand Down

0 comments on commit cba0687

Please sign in to comment.