Skip to content

Commit ee7a50c

Browse files
committed
Removed the deprecated manager classes
1 parent dbcec05 commit ee7a50c

File tree

8 files changed

+4
-186
lines changed

8 files changed

+4
-186
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelog
33

44
### 2.0.0 (2013-XX-XX)
55

6+
* Removed the deprecated UserManager and GroupManager classes for the different Doctrine implementations
67
* [BC break] Refactored the structure of controller to dispatch events instead of using form handlers
78
* Removed all form handlers
89

CouchDocument/GroupManager.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

CouchDocument/UserManager.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

Document/GroupManager.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

Document/UserManager.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

Entity/GroupManager.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

Entity/UserManager.php

Lines changed: 0 additions & 33 deletions
This file was deleted.

Resources/doc/user_manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ The controllers provided by the bundle use the configured user manager instead
88
of interacting directly with the storage layer.
99

1010
If you configure the `db_driver` option to `orm`, this service is an instance
11-
of `FOS\UserBundle\Entity\UserManager`.
11+
of `FOS\UserBundle\Doctrine\UserManager`.
1212

1313
If you configure the `db_driver` option to `mongodb`, this service is an
14-
instance of `FOS\UserBundle\Document\UserManager`.
14+
instance of `FOS\UserBundle\Doctrine\UserManager`.
1515

1616
If you configure the `db_driver` option to `couchdb`, this service is an
17-
instance of `FOS\UserBundle\CouchDocument\UserManager`.
17+
instance of `FOS\UserBundle\Doctrine\UserManager`.
1818

1919
If you configure the `db_driver` option to `propel`, this service is an instance
2020
of `FOS\UserBundle\Propel\UserManager`.

0 commit comments

Comments
 (0)