Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Update the services provided by ResponderServiceProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed May 28, 2019
1 parent 5acbc36 commit 41ee624
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ResponderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ public function register()
*/
public function provides()
{
return [ResponderContract::class];
return [
ResponderContract::class,
ModelResolverContract::class,
ResourceResolverContract::class,
];
}

protected function publishConfigs(): void
Expand Down

0 comments on commit 41ee624

Please sign in to comment.