| Total Complexity | 5 |
| Total Lines | 53 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | class LinkCustomerController extends Controller |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * Link or Unlink the customer to a parent customer |
||
| 14 | */ |
||
| 15 | public function __invoke(LinkCustomerRequest $request) |
||
| 27 | 2 | } |
|
| 28 | 2 | ||
| 29 | /** |
||
| 30 | 2 | * Add a link for multi-site customer |
|
| 31 | */ |
||
| 32 | 2 | protected function addParent($cust, $parent) |
|
| 49 | ]; |
||
| 50 | } |
||
| 51 | |||
| 52 | /** |
||
| 53 | * Remove a multi-site link |
||
| 54 | */ |
||
| 55 | protected function removeParent($cust) |
||
| 66 |