diff options
author | Jonas Oberg <jonas@morus.se> | 2012-11-19 12:36:25 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2014-03-11 16:36:20 +0000 |
commit | 3baea649b6b47505fb1fe88e518ce65a5198bdd5 (patch) | |
tree | 0551f6090ac3478b81582c1f96e91232f4f2c401 /perllib/FixMyStreet/App/Controller/Static.pm | |
parent | 7dfaaa03efb25ec234ac7d8556efcc91c8ac6608 (diff) |
Updated information for Swedish councils
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Static.pm')
-rwxr-xr-x | perllib/FixMyStreet/App/Controller/Static.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Static.pm b/perllib/FixMyStreet/App/Controller/Static.pm index 6cc22aede..40e2431ea 100755 --- a/perllib/FixMyStreet/App/Controller/Static.pm +++ b/perllib/FixMyStreet/App/Controller/Static.pm @@ -57,6 +57,10 @@ sub iphone : Global : Args(0) { my ( $self, $c ) = @_; } +sub council : Global : Args(0) { + my ( $self, $c ) = @_; +} + __PACKAGE__->meta->make_immutable; 1; |