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: CHANGELOG.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@
40
40
41
41
Use `composer recipes:update` to update your configuration file. The default configuration file is:
42
42
43
-
```
43
+
```yaml
44
44
api_platform:
45
45
title: Hello API Platform
46
46
version: 1.0.0
@@ -63,7 +63,7 @@ api_platform:
63
63
64
64
Listeners will not get removed in API Platform 4 but will rather use our new Providers and Processors. You can now force the request to go through a particular state for example:
65
65
66
-
```
66
+
```php
67
67
#[Post(read: true)] // to force reading even though it's a POST
0 commit comments