Skip to content

Commit

Permalink
Explicitely implements customer interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Apr 18, 2018
1 parent cc024d4 commit 065a38a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/custom/src/MShop/Customer/Item/FosUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
* @package MShop
* @subpackage Customer
*/
class FosUser
extends \Aimeos\MShop\Customer\Item\Standard
class FosUser extends Standard implements Iface
{
private $values;
private $helper;
Expand Down

0 comments on commit 065a38a

Please sign in to comment.