lots of improvements
This commit is contained in:
@@ -15,7 +15,7 @@ namespace KTXF\Resource\Selector;
|
||||
class CollectionSelector extends SelectorAbstract {
|
||||
|
||||
protected array $keyTypes = ['string', 'integer'];
|
||||
protected array $valueTypes = ['boolean', EntitySelector::class];
|
||||
protected array $valueTypes = ['boolean', EntitySelector::class, 'string'];
|
||||
protected string $nestedSelector = EntitySelector::class;
|
||||
protected string $selectorName = 'CollectionSelector';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user