Example #1
0
 /**
  * @param string|null $table
  *
  * @return $this
  */
 public function applyNestedSetScope($table = null)
 {
     return $this->model->applyNestedSetScope($this, $table);
 }