1 | <?php namespace Arcanesoft\Seo\Http\Requests\Admin; |
||
12 | abstract class FormRequest extends BaseFormRequest |
||
13 | { |
||
14 | /* ----------------------------------------------------------------- |
||
15 | | Other Methods |
||
16 | | ----------------------------------------------------------------- |
||
17 | */ |
||
18 | |||
19 | /** |
||
20 | * Get the local validation rule. |
||
21 | * |
||
22 | * @return array |
||
23 | */ |
||
24 | protected function getLocaleRule() |
||
28 | |||
29 | /** |
||
30 | * Get the table prefix. |
||
31 | * |
||
32 | * @return string |
||
33 | */ |
||
34 | protected function getTablePrefix() |
||
38 | } |
||
39 |