예제 #1
0
파일: Product.php 프로젝트: saiber/livecart
 public function markAsNotLoaded()
 {
     parent::markAsNotLoaded();
     $this->relationships = null;
 }