| 1 | <?php namespace Arcanesoft\Seo\Http\Requests\Admin\Pages; |
||
| 11 | abstract class PageFormRequest extends FormRequest |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Other Methods |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Get the validated inputs. |
||
| 20 | * |
||
| 21 | * @return array |
||
| 22 | */ |
||
| 23 | public function getValidatedValidated() |
||
| 27 | } |
||
| 28 |