| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 8 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 32 | 1 | public function attributes() |
|
| 33 | { |
||
| 34 | return [ |
||
| 35 | 1 | 'name' => trans('Name'), |
|
| 36 | 1 | 'value' => trans('Value'), |
|
| 37 | 1 | 'type' => trans('Type'), |
|
| 38 | 1 | 'quantity_per_bundle' => trans('Quantity Per Bundle'), |
|
| 39 | 1 | 'minimum_order_bundle' => trans('Minimum Order Bundle'), |
|
| 40 | 1 | 'maximum_order_bundle' => trans('Maximum Order Bundle'), |
|
| 41 | 1 | 'image' => trans('Image'), |
|
| 42 | ]; |
||
| 74 |