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 cd65469 commit 18be2dbCopy full SHA for 18be2db
1 file changed
core/mongodb.md
@@ -203,7 +203,7 @@ use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
203
204
#[ODM\Document]
205
#[ApiResource]
206
-#[GetCollection(extraProperties: ['doctrineMongodb' => ['execute_options' => ['allowDiskUse' => true]]])]
+#[GetCollection(extraProperties: ['doctrine_mongodb' => ['execute_options' => ['allowDiskUse' => true]]])]
207
class Offer
208
{
209
// ...
@@ -222,7 +222,7 @@ use ApiPlatform\Metadata\ApiResource;
222
use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
223
224
225
-#[ApiResource(extraProperties: ['doctrineMongodb' => ['execute_options' => ['allowDiskUse' => true]]])]
+#[ApiResource(extraProperties: ['doctrine_mongodb' => ['execute_options' => ['allowDiskUse' => true]]])]
226
227
228
0 commit comments