Skip to content

Commit

Permalink
Add driver provides (#23114)
Browse files Browse the repository at this point in the history
Co-authored-by: Anand Capur <git@anand.io>
  • Loading branch information
2 people authored and taylorotwell committed Feb 11, 2018
1 parent 8ae5837 commit 735b877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Hashing/HashServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ public function register()
*/
public function provides()
{
return ['hash'];
return ['hash', 'hash.driver'];
}
}

0 comments on commit 735b877

Please sign in to comment.