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::
66
66
namespace Acme\DemoBundle\Routing;
67
67
68
68
use Symfony\Component\Config\Loader\LoaderInterface;
69
- use Symfony\Component\Config\Loader\LoaderResolver ;
69
+ use Symfony\Component\Config\Loader\LoaderResolverInterface ;
70
70
use Symfony\Component\Routing\Route;
71
71
use Symfony\Component\Routing\RouteCollection;
72
72
@@ -110,7 +110,7 @@ type you want. The resource name itself is not actually used in the example::
110
110
// and if you do, using the Loader base class is easier (see below)
111
111
}
112
112
113
- public function setResolver(LoaderResolver $resolver)
113
+ public function setResolver(LoaderResolverInterface $resolver)
114
114
{
115
115
// same as above
116
116
}
You can’t perform that action at this time.
0 commit comments