You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
Describe the bug
If
EntityCollection->getById()is called with a not existing id, the following exception is thrown:The method should return
null(likegetFirst()) instead of throwing an exception.To Reproduce
EntityCollection->getById()and pass a not existing idAdditional information
AVOLUTIONS version: 0.9.0-alpha
PHP version: 8.0