예제 #1
0
파일: Log.php 프로젝트: ThunderID/HRIS-API
 /**
  * boot
  * observing model
  *
  */
 public static function boot()
 {
     parent::boot();
     Log::observe(new LogObserver());
 }