Example #1
0
 public function beforeDelete()
 {
     if ($this->users) {
         throw new \Exception("You can't delete the users addressbook");
     }
     return parent::beforeDelete();
 }