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 @@ -511,7 +511,7 @@ Ready to upgrade your existing project? Great! Suppose you have the following co
511511 app.api_client_sl_connect :
512512 class : AppBundle\Service\ApiClient
513513 arguments :
514- - ' https://connect.sensiolabs .com/api'
514+ - ' https://connect.symfony .com/api'
515515
516516 It's optional, but let's upgrade this to the new Symfony 3.3 configuration step-by-step,
517517*without * breaking our application.
@@ -803,7 +803,7 @@ can be autowired. The final configuration looks like this:
803803 app.api_client_sl_connect :
804804 class : AppBundle\Service\ApiClient
805805 arguments :
806- - ' https://connect.sensiolabs .com/api'
806+ - ' https://connect.symfony .com/api'
807807
808808 You can now take advantage of the new features going forward.
809809
You can’t perform that action at this time.
0 commit comments