aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/SendReport/Noop.pm
Commit message (Collapse)AuthorAgeLines
* Move from Moose to Moo in non-App code.Matthew Somerville2015-12-02-1/+1
| | | | And create default cobrand class without all of Moose.
* Add no-op sending method.Matthew Somerville2014-03-22-0/+12
This simply always skips reports for this body, in case you need to suspend reports there. Fixes #507.