Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10c82f9

Browse files
committed
replace connect.sensiolabs.com by connect.symfony.com
1 parent 423cfa8 commit 10c82f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/3.3-di-changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)