Skip to content

Commit b8e0b6d

Browse files
committed
Close #189
1 parent 2216645 commit b8e0b6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Schema/Container.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ public function getSchemaByType($type)
160160
if (is_string($classNameOrCallable) === true) {
161161
$schema = $this->createSchemaFromClassName($classNameOrCallable);
162162
} else {
163-
assert('is_callable($classNameOrCallable) === true');
164163
$schema = $this->createSchemaFromCallable($classNameOrCallable);
165164
}
166165
$this->setCreatedProvider($type, $schema);

0 commit comments

Comments
 (0)