Guest User

Untitled

a guest
Jun 24th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function __construct(
  2. MagentoFrameworkAppActionContext $context,
  3. MagentoEavModelEntity $entity
  4. ) {
  5. $this->_eavEntity = $entity;
  6. parent::__construct($context);
  7. }
Add Comment
Please, Sign In to add comment