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 @@ -240,7 +240,7 @@ be its class name in this case::
240240 use AppBundle\Service\MessageGenerator;
241241
242242 // accessing services like this only works if you extend Controller
243- class ProductController extend Controller
243+ class ProductController extends Controller
244244 {
245245 public function newAction()
246246 {
@@ -1002,4 +1002,4 @@ Learn more
10021002 /service_container/*
10031003
10041004.. _`service-oriented architecture` : https://en.wikipedia.org/wiki/Service-oriented_architecture
1005- .. _`Symfony Standard Edition (version 3.3) services.yml` : https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml
1005+ .. _`Symfony Standard Edition (version 3.3) services.yml` : https://github.com/symfony/symfony-standard/blob/master/app/config/services.yml
You can’t perform that action at this time.
0 commit comments