예제 #1
0
파일: Tag.php 프로젝트: ThunderID/SHOP-API
 /**
  * boot
  * observing model
  *
  */
 public static function boot()
 {
     parent::boot();
     Tag::observe(new ClusterObserver());
 }