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
Issues with using concretes instead of using an interface. In this case the repository should be responsible for creating the concrete and not the service. #1
kata_tdd_php_symfony/src/AppBundle/Service/RideService.php
Line 53 in 929d832
Eloquent doesn't pass properties in the constructor but your service requires it.