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