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 c668b75 commit cd08902Copy full SHA for cd08902
README.md
@@ -9,7 +9,7 @@ This library allows to re-fetch Doctrine ORM objects after clear the object mana
9
To install doctrine-orm-refetch with Composer just run :
10
11
```bash
12
-$ composer require ecommit/doctrine-orm-refetch:1.*@dev
+$ composer require ecommit/doctrine-orm-refetch
13
```
14
15
## Usage ##
@@ -19,7 +19,7 @@ Create the utility (`$entityManager` is the Doctrine ORM entity manager):
19
```php
20
use Ecommit\DoctrineOrmRefetch\RefetchManager;
21
22
-$refetchManager = Ecommit\DoctrineOrmRefetch\RefetchManager::create($entityManager);
+$refetchManager = RefetchManager::create($entityManager);
23
24
25
### Refetch an object ###
0 commit comments