Ejemplo n.º 1
0
 /**
  * Protect order delete from not admin scope
  * @return $this
  */
 protected function _beforeDelete()
 {
     return parent::_beforeDelete();
 }