Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | trait HasInvoice |
||
10 | { |
||
11 | /** |
||
12 | * Set the polymorphic relation. |
||
13 | * |
||
14 | * @return mixed |
||
15 | */ |
||
16 | public function invoices() |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * @return mixed |
||
23 | */ |
||
24 | public function bills() |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Set the polymorphic relation. |
||
31 | * |
||
32 | * @return mixed |
||
33 | */ |
||
34 | public function invoiceLines() |
||
39 |