diff --git a/app/models/User.php b/app/models/User.php deleted file mode 100644 index 42fe853f..00000000 --- a/app/models/User.php +++ /dev/null @@ -1,52 +0,0 @@ -getKey(); - } - - /** - * Get the password for the user. - * - * @return string - */ - public function getAuthPassword() - { - return $this->password; - } - - /** - * Get the e-mail address where password reminders are sent. - * - * @return string - */ - public function getReminderEmail() - { - return $this->email; - } - -} \ No newline at end of file