예제 #1
0
 /**
  * boot
  * observing model
  *
  */
 public static function boot()
 {
     parent::boot();
     Employee::observe(new EmployeeObserver());
 }
예제 #2
0
 public static function boot()
 {
     parent::boot();
     // AuthorizedEmployee::observe(new AuthorizedEmployeeObserver());
 }