コード例 #1
0
ファイル: Tag.php プロジェクト: OzanKurt/KurtModules-Blog
 /**
  * The "booting" method of the model.
  *
  * @return void
  */
 public static function boot()
 {
     parent::boot();
     self::observe(new TagObserver());
 }