Total Complexity | 1 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | trait InteractsWithPivotTable |
||
8 | { |
||
9 | /** |
||
10 | * Create a full attachment record payload. |
||
11 | * |
||
12 | * @param int $key |
||
13 | * @param mixed $value |
||
14 | * @param array $attributes |
||
15 | * @param bool $hasTimestamps |
||
16 | * @return array |
||
17 | */ |
||
18 | protected function formatAttachRecord($key, $value, $attributes, $hasTimestamps) |
||
34 |