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
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.
The text was updated successfully, but these errors were encountered:
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:It would be nice to add an informational message like:
The text was updated successfully, but these errors were encountered: