diff options
Diffstat (limited to 'app/Model/LastLogin.php')
-rw-r--r-- | app/Model/LastLogin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/LastLogin.php b/app/Model/LastLogin.php index 3391db50..dd64284e 100644 --- a/app/Model/LastLogin.php +++ b/app/Model/LastLogin.php @@ -32,7 +32,7 @@ class LastLogin extends Base * @param integer $user_id User id * @param string $ip IP Address * @param string $user_agent User Agent - * @return array + * @return boolean */ public function create($auth_type, $user_id, $ip, $user_agent) { |