#1273 [opensooq-bot] country selector

This commit is contained in:
Diatrex 2020-04-14 17:32:40 +03:00
parent 188ccb3b54
commit 1cbc38a8ca

View File

@ -5,10 +5,5 @@ use Anomaly\Streams\Platform\Addon\FieldType\FieldType;
class JsonFieldType extends FieldType
{
protected $inputView = 'visiosoft.field_type.json::input';
protected $config = [
];
protected $columnType = 'json';
}