| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 6 |
| Lines | 10 |
| Ratio | 100 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php namespace Distilleries\Expendable\Http\Datatables\Language; |
||
| 7 | View Code Duplication | public function build() |
|
| 8 | { |
||
| 9 | $this |
||
| 10 | ->add('id', null, trans('expendable::datatable.id')) |
||
| 11 | ->add('libelle', null, trans('expendable::datatable.libelle')) |
||
| 12 | ->add('iso', null, trans('expendable::datatable.iso')); |
||
| 13 | |||
| 14 | $this->addDefaultAction(); |
||
| 15 | |||
| 16 | } |
||
| 17 | |||
| 31 | } |