|LogXfUser newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser newQuery() * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser query() * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereActivityVisible($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereAlertsUnread($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereAlertsUnviewed($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereAvatarDate($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereAvatarHeight($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereAvatarHighdpi($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereAvatarOptimized($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereAvatarWidth($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereConversationsUnread($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereCustomTitle($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereDisplayStyleGroupId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereEmail($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereGravatar($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereIsAdmin($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereIsBanned($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereIsModerator($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereIsStaff($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereLanguageId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereLastActivity($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereLastSummaryEmailDate($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereMessageCount($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser wherePermissionCombinationId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser wherePrivacyPolicyAccepted($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereQuestionSolutionCount($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereReactionScore($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereRegisterDate($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereRhpzEntryCount($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereSecondaryGroupIds($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereSecretKey($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereSecurityLock($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereStyleId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereStyleVariation($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereTermsAccepted($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereTimezone($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereTrophyPoints($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereUserGroupId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereUserId($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereUserState($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereUsername($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereUsernameDate($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereUsernameDateVisible($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereVisible($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereVoteScore($value) * @method static \Illuminate\Database\Eloquent\Builder|LogXfUser whereWarningPoints($value) * @mixin \Eloquent */ class LogXfUser extends Model { protected $connection = 'xenforo'; protected $table = 'user'; protected $primaryKey = 'user_id'; public $timestamps = false; public $incrementing = true; public function save(array $options = []) { return false; } public function delete() { return false; } public function update(array $attributes = [], array $options = []) { return false; } }