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 Jun 4, 2025. It is now read-only.
When a property has a type that's not been registered in the Container and that's not marked as #[Inject], we get an exception message that's slightly misleading:
The property App\Controller\Admin\MappingController::$mappingRepository could not be resolved
It would be nice to add an informational message like:
type App\Repository\MappingRepository has not been registered in the Container, and is not marked as injectable.