Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyvastis committed Jul 6, 2021
1 parent 707ea5e commit 65901c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"require": {
"php": ">=8.0",
"doctrine/mongodb-odm-bundle": "^4.3"
"doctrine/mongodb-odm-bundle": "^4.3",
"ext-mongodb": "^1.9"
}
}
2 changes: 1 addition & 1 deletion src/TransactionalDocumentManager.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\General\DoctrineExtensions;
namespace PhpArsenal\DoctrineOdmTransactionalDocumentManager;

use Doctrine\Common\EventManager;
use Doctrine\ODM\MongoDB\Configuration;
Expand Down

0 comments on commit 65901c3

Please sign in to comment.