Skip to content

Commit

Permalink
Removed storage locations from default groups to increase performance
Browse files Browse the repository at this point in the history
  • Loading branch information
Felicitus committed Jul 24, 2015
1 parent 2613660 commit 0a186cf
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -34,7 +34,6 @@ class StorageLocationCategory extends AbstractCategory

/**
* @ORM\OneToMany(targetEntity="PartKeepr\StorageLocationBundle\Entity\StorageLocation", mappedBy="category")
* @Groups({"default"})
*/
protected $storageLocations;

Expand Down

0 comments on commit 0a186cf

Please sign in to comment.