We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2216645 commit b8e0b6dCopy full SHA for b8e0b6d
src/Schema/Container.php
@@ -160,7 +160,6 @@ public function getSchemaByType($type)
160
if (is_string($classNameOrCallable) === true) {
161
$schema = $this->createSchemaFromClassName($classNameOrCallable);
162
} else {
163
- assert('is_callable($classNameOrCallable) === true');
164
$schema = $this->createSchemaFromCallable($classNameOrCallable);
165
}
166
$this->setCreatedProvider($type, $schema);
0 commit comments