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