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