| 1 | <?php |
||
| 14 | class PayGradeRequest extends Request |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Get the validation rules that apply to the request. |
||
| 18 | * |
||
| 19 | * @return array |
||
| 20 | * |
||
| 21 | * @author Bertrand Kintanar <[email protected]> |
||
| 22 | */ |
||
| 23 | 14 | public function rules() |
|
| 35 | |||
| 36 | /** |
||
| 37 | * Determine if the user is authorized to make this request. |
||
| 38 | * |
||
| 39 | * @return bool |
||
| 40 | * |
||
| 41 | * @author Bertrand Kintanar <[email protected]> |
||
| 42 | */ |
||
| 43 | 14 | public function authorize() |
|
| 67 | } |
||
| 68 |