Exemplo n.º 1
0
 public function postDelete($event)
 {
     parent::postDelete($event);
     $this->get('Areas')->delete();
 }
Exemplo n.º 2
0
 public function postDelete($event)
 {
     parent::postDelete($event);
     $this->Area->delete();
 }