コード例 #1
0
ファイル: Document.php プロジェクト: ThunderID/HRIS-API
 /**
  * boot
  * observing model
  *
  */
 public static function boot()
 {
     parent::boot();
     Document::observe(new DocumentObserver());
 }