Remove User_Adapter

This commit is contained in:
Nicolas Le Goff
2013-11-05 17:38:27 +01:00
parent 171390f7c8
commit c156f842c7
231 changed files with 3918 additions and 2986 deletions

View File

@@ -26,7 +26,7 @@ class MailChecker
* @param \Application $app
* @param string $table The table name where to look
*
* @return array An array of User_Adapter
* @return array An array of User
*/
public static function getWrongEmailUsers(Application $app, $table = 'usr')
{