aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/MakeMyIsland.pm
blob: f263df4ccca8ae08af93fd81cf8a0f006adae5ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package FixMyStreet::Cobrand::MakeMyIsland;
use base 'FixMyStreet::Cobrand::Default';

use strict;
use warnings;

sub country {
    return 'MV';
}

1;