| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 54 | protected function getCustomer() : \Aimeos\MShop\Customer\Item\Iface |
||
| 55 | { |
||
| 56 | $manager = \Aimeos\MShop::create( $this->context(), 'customer', 'Standard' ); |
||
| 57 | return $manager->find( '[email protected]' ); |
||
| 58 | } |
||
| 60 |