You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/doc/doctrine.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ class User
54
54
* @Geocoder\Longitude
55
55
*/
56
56
private $longitude;
57
-
57
+
58
58
/**
59
59
* @Geocoder\Address
60
60
*/
@@ -65,7 +65,7 @@ class User
65
65
}
66
66
```
67
67
68
-
Secondly, register the Doctrine event listener and its dependencies in your `services.yaml` file.
68
+
Secondly, register the Doctrine event listener and its dependencies in your `config/services.yaml` file.
69
69
You have to indicate which provider to use to reverse geocode the address. Here we use `acme` provider we declared in bazinga_geocoder configuration earlier.
70
70
71
71
```yaml
@@ -83,7 +83,7 @@ You have to indicate which provider to use to reverse geocode the address. Here
0 commit comments