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