예제 #1
0
파일: News.php 프로젝트: AmirHome/AmirHome
 public static function boot()
 {
     parent::boot();
     News::observe(new UserActionsObserver());
 }