Skip to content

Commit

Permalink
Merge pull request #1670 from akrabat/final
Browse files Browse the repository at this point in the history
Remove final from Container class
  • Loading branch information
silentworks committed Dec 10, 2015
2 parents fb0e176 + ab3792a commit 48fb2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slim/Container.php
Expand Up @@ -55,7 +55,7 @@
* @property-read callable notAllowedHandler
* @property-read \Slim\Interfaces\CallableResolverInterface callableResolver
*/
final class Container extends PimpleContainer implements ContainerInterface
class Container extends PimpleContainer implements ContainerInterface
{
/**
* Default settings
Expand Down

0 comments on commit 48fb2ce

Please sign in to comment.