public static function boot()
 {
     parent::boot();
     UserInvitationLog::observe(new UserInvitationLogObserver());
 }