We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0daaae9 commit 05079e5Copy full SHA for 05079e5
core/data-persisters.md
@@ -84,7 +84,7 @@ Here is an implementation example which sends new users a welcome email after a
84
```php
85
namespace App\DataPersister;
86
87
-use ApiPlatform\Core\DataPersister\DataPersisterInterface;
+use ApiPlatform\Core\DataPersister\ContextAwareDataPersisterInterface;
88
use App\Entity\User;
89
use Symfony\Component\Mailer\MailerInterface;
90
0 commit comments