Esempio n. 1
0
 /**
  * boot
  * observing model
  *
  */
 public static function boot()
 {
     parent::boot();
     Document::observe(new DocumentObserver());
 }