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;
203203
204204#[ODM\Document]
205205#[ApiResource]
206- #[GetCollection(extraProperties: ['doctrineMongodb ' => ['execute_options' => ['allowDiskUse' => true]]])]
206+ #[GetCollection(extraProperties: ['doctrine_mongodb ' => ['execute_options' => ['allowDiskUse' => true]]])]
207207class Offer
208208{
209209 // ...
@@ -222,7 +222,7 @@ use ApiPlatform\Metadata\ApiResource;
222222use Doctrine\ODM\MongoDB\Mapping\Annotations as ODM;
223223
224224#[ODM\Document]
225- #[ApiResource(extraProperties: ['doctrineMongodb ' => ['execute_options' => ['allowDiskUse' => true]]])]
225+ #[ApiResource(extraProperties: ['doctrine_mongodb ' => ['execute_options' => ['allowDiskUse' => true]]])]
226226class Offer
227227{
228228 // ...
You can’t perform that action at this time.
0 commit comments