예제 #1
0
파일: CartStrategy.php 프로젝트: dairdr/crm
 /**
  * @param Cart $existingEntity
  *
  * @return $this
  */
 protected function removeErrorMessage(Cart $existingEntity)
 {
     $existingEntity->setStatusMessage(null);
     return $this;
 }