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
511
511
app.api_client_sl_connect :
512
512
class : AppBundle\Service\ApiClient
513
513
arguments :
514
- - ' https://connect.sensiolabs .com/api'
514
+ - ' https://connect.symfony .com/api'
515
515
516
516
It's optional, but let's upgrade this to the new Symfony 3.3 configuration step-by-step,
517
517
*without * breaking our application.
@@ -803,7 +803,7 @@ can be autowired. The final configuration looks like this:
803
803
app.api_client_sl_connect :
804
804
class : AppBundle\Service\ApiClient
805
805
arguments :
806
- - ' https://connect.sensiolabs .com/api'
806
+ - ' https://connect.symfony .com/api'
807
807
808
808
You can now take advantage of the new features going forward.
809
809
You can’t perform that action at this time.
0 commit comments