コード例 #1
0
ファイル: Job.php プロジェクト: banksy89/angl
 /**
  * Hook for model on boot
  * Instantiates the models associated observer
  */
 public static function boot()
 {
     parent::boot();
     Job::observe(new JobObserver());
 }