| 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 |
||
| 20 | 2 | public function attributes() |
|
| 21 | { |
||
| 22 | return [ |
||
| 23 | 2 | 'name' => trans('Name'), |
|
| 24 | 2 | 'value' => trans('Value'), |
|
| 25 | 2 | 'type' => trans('Type'), |
|
| 26 | 2 | 'quantity_per_bundle' => trans('Quantity Per Bundle'), |
|
| 27 | 2 | 'minimum_order_bundle' => trans('Minimum Order Bundle'), |
|
| 28 | 2 | 'maximum_order_bundle' => trans('Maximum Order Bundle'), |
|
| 29 | 2 | 'image' => trans('Image'), |
|
| 30 | ]; |
||
| 33 |