Archived
1
0
Fork 0

minor fixes.

This commit is contained in:
Henrik Hautakoski 2018-06-25 12:42:38 +02:00
parent 7db774aa46
commit e41c7f776a
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
2 changed files with 4 additions and 2 deletions

View file

@ -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)
{