Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
7 | class CreateScriptRequest extends FormRequest |
||
8 | { |
||
9 | /** |
||
10 | * Get the validation rules that apply to the request. |
||
11 | * |
||
12 | * @return array |
||
13 | */ |
||
14 | 1 | public function rules() |
|
17 | // |
||
18 | 1 | ]; |
|
19 | } |
||
20 | |||
21 | /** |
||
22 | * Determine if the user is authorized to make this request. |
||
23 | * |
||
24 | * @return bool |
||
25 | */ |
||
26 | 1 | public function authorize() |
|
31 |