Example #1
0
 public function postDelete($event)
 {
     parent::postDelete($event);
     $this->get('Areas')->delete();
 }
Example #2
0
 public function postDelete($event)
 {
     parent::postDelete($event);
     $this->Area->delete();
 }