Total Complexity | 7 |
Total Lines | 50 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 3 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
9 | trait HasForm |
||
10 | { |
||
11 | /** |
||
12 | * Provides array of editable columns. |
||
13 | * |
||
14 | * @return Mutable |
||
15 | */ |
||
16 | public function form() |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Build editable columns based on table columns metadata. |
||
23 | * |
||
24 | * @return Mutable |
||
25 | */ |
||
26 | protected function scaffoldForm() |
||
48 | } |
||
49 | |||
50 | /** |
||
51 | * @param $eloquent |
||
52 | * @return array |
||
53 | */ |
||
54 | protected function scaffoldTranslatable($eloquent) |
||
61 |