File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
203
203
204
204
#[ODM\Document]
205
205
#[ApiResource]
206
- #[GetCollection(extraProperties: ['doctrineMongodb ' => ['execute_options' => ['allowDiskUse' => true]]])]
206
+ #[GetCollection(extraProperties: ['doctrine_mongodb ' => ['execute_options' => ['allowDiskUse' => true]]])]
207
207
class Offer
208
208
{
209
209
// ...
@@ -222,7 +222,7 @@ use ApiPlatform\Metadata\ApiResource;
222
222
use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
223
223
224
224
#[ODM\Document]
225
- #[ApiResource(extraProperties: ['doctrineMongodb ' => ['execute_options' => ['allowDiskUse' => true]]])]
225
+ #[ApiResource(extraProperties: ['doctrine_mongodb ' => ['execute_options' => ['allowDiskUse' => true]]])]
226
226
class Offer
227
227
{
228
228
// ...
You can’t perform that action at this time.
0 commit comments