| 1 | <?php namespace Propaganistas\LaravelTranslatableBootForms\Translatable; |
||
| 5 | class TranslatableWrapper { |
||
| 6 | |||
| 7 | use Translatable { |
||
| 8 | Translatable::getLocales as _getLocales; |
||
| 9 | } |
||
| 10 | |||
| 11 | /** |
||
| 12 | * @return array |
||
| 13 | * |
||
| 14 | * @throws \Dimsav\Translatable\Exception\LocalesNotDefinedException |
||
| 15 | */ |
||
| 16 | 45 | public function getLocales() |
|
| 20 | |||
| 21 | } |
||
| 22 |