小林一茶

Results 1 comments of 小林一茶

I had to create a subclass of `SchemaContainer` containing this: ``` public function register(string $type, $schema): void { if (true === empty($type) || (false === \class_exists($type) && false === \interface_exists($type)))...