Total Complexity | 1 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php namespace Distilleries\Expendable\Http\Forms\Export; |
||
6 | class ExportForm extends FormValidator { |
||
7 | |||
8 | public static $rules = [ |
||
9 | 'range' => 'required', |
||
10 | 'type' => 'required' |
||
11 | ]; |
||
12 | |||
13 | public static $rules_update = null; |
||
14 | |||
15 | // ------------------------------------------------------------------------------------------------ |
||
16 | |||
17 | 14 | public function buildForm() |
|
33 | } |
||
34 | } |