| 1 | <?php |
||
| 26 | class TerminationReasonRequest extends Request |
||
| 27 | { |
||
| 28 | /** |
||
| 29 | * Get the validation rules that apply to the request. |
||
| 30 | * |
||
| 31 | * @return array |
||
| 32 | * |
||
| 33 | * @author Bertrand Kintanar <[email protected]> |
||
| 34 | */ |
||
| 35 | 12 | public function rules() |
|
| 45 | |||
| 46 | /** |
||
| 47 | * Determine if the user is authorized to make this request. |
||
| 48 | * |
||
| 49 | * @return bool |
||
| 50 | * |
||
| 51 | * @author Bertrand Kintanar <[email protected]> |
||
| 52 | */ |
||
| 53 | 12 | public function authorize() |
|
| 57 | } |
||
| 58 |