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