@@ -303,8 +303,7 @@ |
||
| 303 | 303 | * @return \Aimeos\Controller\Frontend\Customer\Iface Customer controller for fluent interface |
| 304 | 304 | * @since 2019.04 |
| 305 | 305 | */ |
| 306 | - public function use( array $domains ) |
|
| 307 | - { |
|
| 306 | + public function use( array $domains ) { |
|
| 308 | 307 | $this->item = $this->manager->getItem( $this->getContext()->getUserId(), $domains, true ); |
| 309 | 308 | return $this; |
| 310 | 309 | } |
@@ -251,8 +251,7 @@ |
||
| 251 | 251 | * @return \Aimeos\Controller\Frontend\Customer\Iface Customer controller for fluent interface |
| 252 | 252 | * @since 2019.04 |
| 253 | 253 | */ |
| 254 | - public function use( array $domains ) |
|
| 255 | - { |
|
| 254 | + public function use( array $domains ) { |
|
| 256 | 255 | $this->controller->use( $domains ); |
| 257 | 256 | return $this; |
| 258 | 257 | } |