コード例 #1
0
 protected function insert($connection = null)
 {
     $this->updateNestedSet($connection);
     parent::insert($connection);
     return $this;
 }