minor fixes.
This commit is contained in:
parent
7db774aa46
commit
e41c7f776a
2 changed files with 4 additions and 2 deletions
|
|
@ -255,7 +255,7 @@ class User extends Model
|
|||
* Find the first user by Username or Email
|
||||
*
|
||||
* @param string $value
|
||||
* @return User|bool
|
||||
* @return \Phalcon\Mvc\Model
|
||||
*/
|
||||
static public function findFirstByUsernameOrEmail($value)
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue