| 1 | <?php |
||
| 17 | class ReportsToRequest extends Request |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Get the validation rules that apply to the request. |
||
| 21 | * |
||
| 22 | * @return array |
||
| 23 | * |
||
| 24 | * @author Bertrand Kintanar <[email protected]> |
||
| 25 | */ |
||
| 26 | 12 | public function rules() |
|
| 44 | |||
| 45 | /** |
||
| 46 | * Determine if the user is authorized to make this request. |
||
| 47 | * |
||
| 48 | * @return bool |
||
| 49 | * |
||
| 50 | * @author Bertrand Kintanar <[email protected]> |
||
| 51 | */ |
||
| 52 | 12 | public function authorize() |
|
| 58 | } |
||
| 59 | |||
| 60 |