We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The ORM factroy throws an exception on resolving this listener
public function __construct( private ORMInterface $orm, private EntityManagerInterface $em, ) { }
The message of the exception is Spiral\Core\Exception\Container\NotFoundException: Undefined class or binding 'Cycle\ORM\ORMInterface
Spiral\Core\Exception\Container\NotFoundException: Undefined class or binding 'Cycle\ORM\ORMInterface
entity-behavior v1.1.1 orm v2.1.0, PHP 8.1
The text was updated successfully, but these errors were encountered:
roxblnfk
No branches or pull requests
No duplicates 🥲.
What happened?
The ORM factroy throws an exception on resolving this listener
The message of the exception is
Spiral\Core\Exception\Container\NotFoundException: Undefined class or binding 'Cycle\ORM\ORMInterface
Version
entity-behavior v1.1.1
orm v2.1.0,
PHP 8.1
The text was updated successfully, but these errors were encountered: