Esempio n. 1
0
 public function beforeDelete()
 {
     Tag::deleteAll(['article_id' => $this->id]);
     return true;
 }