Total Complexity | 5 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 3 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
5 | trait DefinesPivotColumns |
||
6 | { |
||
7 | /** |
||
8 | * @return string |
||
9 | */ |
||
10 | 19 | public function getRedeemedAtColumn(): string |
|
13 | } |
||
14 | |||
15 | /** |
||
16 | * @return string |
||
17 | */ |
||
18 | 19 | public function getRedeemedTypeColumn(): string |
|
21 | } |
||
22 | |||
23 | /** |
||
24 | * @return string |
||
25 | */ |
||
26 | 19 | public function getRedeemedIdColumn(): string |
|
29 | } |
||
30 | |||
31 | /** |
||
32 | * @return string |
||
33 | */ |
||
34 | 19 | public function getCreatedAtColumn(): string |
|
37 | } |
||
38 | |||
39 | /** |
||
40 | * @return string |
||
41 | */ |
||
42 | 2 | public function getUpdatedAtColumn(): string |
|
47 |