예제 #1
0
 /**
  * boot
  *
  */
 public static function boot()
 {
     parent::boot();
     ContractElement::observe(new ContractElementObserver());
 }
예제 #2
0
파일: Work.php 프로젝트: ThunderID/HRIS-API
 /**
  * boot
  *
  */
 public static function boot()
 {
     parent::boot();
     Work::observe(new WorkObserver());
 }