Exemple #1
0
 public function delete()
 {
     if (parent::delete()) {
         Page::updateAll(['category_key' => null], ['category_key' => $this->key, 'lang_code' => $this->lang_code]);
         return true;
     }
     return false;
 }