Example #1
0
 /**
  * Hook for model on boot
  * Instantiates the models associated observer
  */
 public static function boot()
 {
     parent::boot();
     Job::observe(new JobObserver());
 }