aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zimbra/index.js
blob: 52dcc95b7fd1b20675e16327b875145a0f841550 (plain) (blame)
1
2
3
4
5
6
module.exports = Ferdium =>
  class Zimbra extends Ferdium {
    async validateUrl() {
      return true;
    }
  };