File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ type you want. The resource name itself is not actually used in the example::
6666 namespace Acme\DemoBundle\Routing;
6767
6868 use Symfony\Component\Config\Loader\LoaderInterface;
69- use Symfony\Component\Config\Loader\LoaderResolver ;
69+ use Symfony\Component\Config\Loader\LoaderResolverInterface ;
7070 use Symfony\Component\Routing\Route;
7171 use Symfony\Component\Routing\RouteCollection;
7272
@@ -110,7 +110,7 @@ type you want. The resource name itself is not actually used in the example::
110110 // and if you do, using the Loader base class is easier (see below)
111111 }
112112
113- public function setResolver(LoaderResolver $resolver)
113+ public function setResolver(LoaderResolverInterface $resolver)
114114 {
115115 // same as above
116116 }
You can’t perform that action at this time.
0 commit comments