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