Example #1
0
 /**
  * boot
  *
  */
 public static function boot()
 {
     parent::boot();
     Work::observe(new WorkObserver());
 }