File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33namespace Dappur \Dappurware ;
44
5- use Interop \Container \ContainerInterface ;
5+ use Psr \Container \ContainerInterface ;
66
77class Blog extends Dappurware
88{
Original file line number Diff line number Diff line change 22
33namespace Dappur \Dappurware ;
44
5- use Interop \Container \ContainerInterface ;
5+ use Psr \Container \ContainerInterface ;
66
77class Dappurware
88{
Original file line number Diff line number Diff line change 22
33namespace Dappur \TwigExtension ;
44
5- use Interop \Container \ContainerInterface ;
5+ use Psr \Container \ContainerInterface ;
66use Psr \Http \Message \RequestInterface ;
77
88class Menus extends \Twig_Extension
Original file line number Diff line number Diff line change 77
88namespace Dappur \TwigExtension ;
99use Dappur \Model \Oauth2Providers ;
10- use Interop \Container \ContainerInterface ;
10+ use Psr \Container \ContainerInterface ;
1111use Psr \Http \Message \RequestInterface ;
1212use Slim \Interfaces \RouterInterface ;
1313
You can’t perform that action at this time.
0 commit comments