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