@@ -16,7 +16,7 @@ |
||
16 | 16 | /** |
17 | 17 | * Set options for the fields |
18 | 18 | * @param array $options array of option |
19 | - * @return mixed |
|
19 | + * @return RadioField |
|
20 | 20 | */ |
21 | 21 | public function options(array $options) |
22 | 22 | { |
@@ -4,8 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Webfactor\Laravel\Backpack\FluentSyntax\Contracts\CrudFieldAbstract; |
6 | 6 | use Webfactor\Laravel\Backpack\FluentSyntax\Traits\Defaultable; |
7 | -use Webfactor\Laravel\Backpack\FluentSyntax\Traits\Prefixable; |
|
8 | -use Webfactor\Laravel\Backpack\FluentSyntax\Traits\Suffixable; |
|
9 | 7 | |
10 | 8 | class RadioField extends CrudFieldAbstract |
11 | 9 | { |