This commit is contained in:
2024-03-23 12:12:13 +02:00
parent 8526fd471f
commit b8efa5f586
41 changed files with 343 additions and 71 deletions
+1 -1
View File
@@ -4,11 +4,11 @@ namespace Lucent\Schema\Ui;
use Lucent\JsonSchema\Property\Property;
use Lucent\JsonSchema\Property\RefProperty;
use Lucent\Primitive\Collection;
use Lucent\Schema\Field\FieldInfo;
use Lucent\Schema\Field\FieldInterface;
use Lucent\Schema\Field\FieldType;
use Lucent\Schema\Validator\MinMaxInterface;
use Lucent\Support\Collection;
use PhpOption\Option;
class File implements FieldInterface, MinMaxInterface