Used more DatabaseWrapperFactory as one instance of each is fine.
[core.git] / inc / classes / main / database / frontend / class_UserDatabaseWrapper.php
index 16bce71df661321461c5b0dd70e8d66c7107c99d..263a0e878aed412b11749cc2ece172693c4fa876 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class UserDatabaseWrapper extends BaseDatabaseWrapper implements ManageableAccountWrapper {
+class UserDatabaseWrapper extends BaseDatabaseWrapper implements ManageableAccountWrapper, Registerable {
        // Constants for exceptions
        const EXCEPTION_CLIENT_USERNAME_NOT_FOUND = 0x180;