Skip to content

Commit

Permalink
CartPositionTrait - added getModel() method
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 17, 2016
1 parent 41376fa commit fb24a32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/CartPositionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,9 @@ public function getDescription()
{
return $this->description;
}

public function getModel()
{
return $this->_model;
}
}

0 comments on commit fb24a32

Please sign in to comment.