| 1 | <?php |
||
| 29 | class ReportsToRequest extends Request |
||
| 30 | { |
||
| 31 | /** |
||
| 32 | * Get the validation rules that apply to the request. |
||
| 33 | * |
||
| 34 | * @return array |
||
| 35 | * |
||
| 36 | * @author Bertrand Kintanar <[email protected]> |
||
| 37 | */ |
||
| 38 | 10 | public function rules() |
|
| 56 | |||
| 57 | /** |
||
| 58 | * Determine if the user is authorized to make this request. |
||
| 59 | * |
||
| 60 | * @return bool |
||
| 61 | * |
||
| 62 | * @author Bertrand Kintanar <[email protected]> |
||
| 63 | */ |
||
| 64 | 10 | public function authorize() |
|
| 70 | } |
||
| 71 |