Skip to content

Commit

Permalink
Make ProviderCache class not final (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieguru authored and Nyholm committed Mar 16, 2018
1 parent 215c946 commit e16d651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProviderCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
/**
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*/
final class ProviderCache implements Provider
class ProviderCache implements Provider
{
/**
* @var Provider
Expand Down

0 comments on commit e16d651

Please sign in to comment.