Skip to content

Instantly share code, notes, and snippets.

@wbrframe
Created September 26, 2018 14:37
Show Gist options
  • Save wbrframe/1a8a478b5471bf26968fa5e58071f8dc to your computer and use it in GitHub Desktop.
Save wbrframe/1a8a478b5471bf26968fa5e58071f8dc to your computer and use it in GitHub Desktop.
$item = $em->getReference('MyProject\Model\Item', $itemId);
$cart->addItem($item);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment