lots of improvements

This commit is contained in:
root
2026-02-10 17:47:48 -05:00
parent 6d0c5584bd
commit b87b5d9052
65 changed files with 3445 additions and 1577 deletions

View File

@@ -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';