| 1 | <?php |
||
| 26 | class EmploymentStatusRequest 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() |
|
| 43 | |||
| 44 | /** |
||
| 45 | * Determine if the user is authorized to make this request. |
||
| 46 | * |
||
| 47 | * @return bool |
||
| 48 | * |
||
| 49 | * @author Bertrand Kintanar <[email protected]> |
||
| 50 | */ |
||
| 51 | 12 | public function authorize() |
|
| 55 | } |
||
| 56 |