@@ -311,7 +311,7 @@ |
||
| 311 | 311 | * Get the field value. |
| 312 | 312 | * |
| 313 | 313 | * @param void |
| 314 | - * @return mixed |
|
| 314 | + * @return string |
|
| 315 | 315 | */ |
| 316 | 316 | public function getValue() |
| 317 | 317 | { |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Akibatech\Crud\Exceptions\InvalidModelException; |
| 6 | 6 | use Akibatech\Crud\Exceptions\NoFieldsException; |
| 7 | -use Akibatech\Crud\Fields\Field; |
|
| 8 | 7 | use Akibatech\Crud\Traits\Crudable; |
| 9 | 8 | use Illuminate\Database\Eloquent\Model; |
| 10 | 9 | use Illuminate\Support\Facades\View; |