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