| 1 | <?php namespace Arcanesoft\Seo\Http\Requests\Admin\Redirects; |
||
| 11 | class UpdateRedirectRequest extends RedirectFormRequest |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Main Methods |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | /** |
||
| 18 | * Determine if the user is authorized to make this request. |
||
| 19 | * |
||
| 20 | * @return bool |
||
| 21 | */ |
||
| 22 | public function authorize() |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Get the validation rules that apply to the request. |
||
| 29 | * |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | public function rules() |
||
| 42 | } |
||
| 43 |