Skip to content

Commit

Permalink
Spellingsfouten
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Jan 8, 2020
1 parent 5fd839c commit 6614e26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/src/DataFixtures/AppFixtures.php
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ public function load(ObjectManager $manager)
$product = new Product();
$product->setName('Trouwboekje');
$product->setSourceOrganization('002220647');
$product->setDescription('Een mooi in leer gebonden herindering aan uw huwelijk');
$product->setDescription('Een mooi in leer gebonden herinnering aan uw huwelijk');
$product->setType('simple');
$product->setCatalogue($utrecht);
$product->setPrice('30.20');
Expand Down
1 change: 0 additions & 1 deletion api/src/Entity/Catalogue.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ class Catalogue
* @var ArrayCollection The groups that are a part of this catalogue
*
* @MaxDepth(1)
* @Groups({"read"})
* @ORM\OneToMany(targetEntity="App\Entity\Product", mappedBy="catalogue", orphanRemoval=true)
*/
private $products;
Expand Down

0 comments on commit 6614e26

Please sign in to comment.