Thank you :)!
Laravel allows you binding Interfaces To Implementations. This means lara-repository already do it for you. \App\Repositories\Staff\StaffInterface::class => \App\Repositories\Staff\StaffRepository::class, lara-repository injects the StaffRepository when a class needs an implementation of StaffInterface.
For further actions, you may consider blocking this person and/or reporting abuse
Where hackers, sticks, weekend warriors, pros, architects and wannabes come together
Thank you :)!
Laravel allows you binding Interfaces To Implementations. This means
lara-repositoryalready do it for you.\App\Repositories\Staff\StaffInterface::class => \App\Repositories\Staff\StaffRepository::class,lara-repositoryinjects the StaffRepository when a class needs an implementation of StaffInterface.