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