コード例 #1
0
ファイル: Cluster.php プロジェクト: ThunderID/SHOP-API
 /**
  * boot
  * observing model
  *
  */
 public static function boot()
 {
     parent::boot();
     Cluster::observe(new ClusterObserver());
 }