示例#1
0
 protected function saveStats()
 {
     parent::saveStats();
     $this->statistics->latest_stars += 1;
     $this->statistics->save();
 }