public function joinUsers(): self | public function joinUsers(): self | ||||
{ | { | ||||
if (!$this->isJoinUsers) { | if (!$this->isJoinUsers) { | ||||
$this->isJoinUsers = true; | $this->isJoinUsers = true; | ||||
return $this | return $this | ||||
->innerJoin('.users', 'users'); | |||||
->leftJoin('.users', 'users'); | |||||
} | } | ||||
return $this; | return $this; | ||||
} | } |