Bug Report
Summary
The values of the two constants MESSAGE_MISSING_PLUGIN_MANAGER and MESSAGE_MISSING_ROUTE_HELPER are mixed up.
Current behavior
MESSAGE_MISSING_PLUGIN_MANAGER outputs 'Unable to find RouteHelper in the container'
MESSAGE_MISSING_ROUTE_HELPER outputs 'Unable to find ProviderPluginManager in the container'
How to reproduce
https://github.com/dotkernel/dot-navigation/blob/3.0/src/Factory/NavigationServiceFactory.php#L20-L21
Expected behavior
MESSAGE_MISSING_PLUGIN_MANAGER should output 'Unable to find ProviderPluginManager in the container'
MESSAGE_MISSING_ROUTE_HELPER should output 'Unable to find RouteHelper in the container'
Bug Report
Summary
The values of the two constants
MESSAGE_MISSING_PLUGIN_MANAGERandMESSAGE_MISSING_ROUTE_HELPERare mixed up.Current behavior
MESSAGE_MISSING_PLUGIN_MANAGERoutputs 'Unable to find RouteHelper in the container'MESSAGE_MISSING_ROUTE_HELPERoutputs 'Unable to find ProviderPluginManager in the container'How to reproduce
https://github.com/dotkernel/dot-navigation/blob/3.0/src/Factory/NavigationServiceFactory.php#L20-L21
Expected behavior
MESSAGE_MISSING_PLUGIN_MANAGERshould output 'Unable to find ProviderPluginManager in the container'MESSAGE_MISSING_ROUTE_HELPERshould output 'Unable to find RouteHelper in the container'