예제 #1
0
 /**
  * @param string $table
  *
  * @return $this
  */
 public function joinTable($table)
 {
     $this->association->setJoinTable($table);
     return $this;
 }