Skip to content

Commit

Permalink
UUID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Feb 2, 2020
1 parent c89c57c commit 8dfccbd
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 @@ -266,7 +266,7 @@ public function load(ObjectManager $manager)
$manager->persist($page);

// indienen
$id = Uuid::fromString('50fe81a3-6723-4b9c-acf1-9a7c30f7cc4f');
$id = Uuid::fromString('ed2b2747-2152-456b-8bc3-2524799e1e86');
$template = new Template();
$template->setName('Overige vragen');
$template->setDescription('');
Expand Down

0 comments on commit 8dfccbd

Please sign in to comment.