Total Complexity | 3 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class AnnouncementRequest extends FormRequest |
||
9 | { |
||
10 | /** |
||
11 | * Determine if the user is authorized to make this request. |
||
12 | * |
||
13 | * @return bool |
||
14 | */ |
||
15 | public function authorize() |
||
18 | } |
||
19 | |||
20 | /** |
||
21 | * Prepare the data for validation. |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | protected function prepareForValidation() |
||
29 | ]); |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Get the validation rules that apply to the request. |
||
34 | * |
||
35 | * @return array |
||
36 | */ |
||
37 | public function rules() |
||
48 |