diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-28 13:27:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-28 13:27:12 +0100 |
commit | ce51049d631efb2ceb1ae75798bd074d8668c428 (patch) | |
tree | 9967dda2e8e20c43f6714b54584853892f254f4b /perllib/FixMyStreet/App/Model/EmailSend.pm | |
parent | b76cfb3889140f1c771c1f98254f724aad3d4297 (diff) | |
parent | b26da0da5e1f8631646a34fdacbce9bb5bc3b706 (diff) |
Merge branch '1639-email-ascender'
Diffstat (limited to 'perllib/FixMyStreet/App/Model/EmailSend.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Model/EmailSend.pm | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/perllib/FixMyStreet/App/Model/EmailSend.pm b/perllib/FixMyStreet/App/Model/EmailSend.pm deleted file mode 100644 index 93751d4a6..000000000 --- a/perllib/FixMyStreet/App/Model/EmailSend.pm +++ /dev/null @@ -1,19 +0,0 @@ -package FixMyStreet::App::Model::EmailSend; -use base 'Catalyst::Model::Factory'; - -use strict; -use warnings; - -=head1 NAME - -FixMyStreet::App::Model::EmailSend - -=head1 DESCRIPTION - -Catalyst Model wrapper around FixMyStreet::EmailSend - -=cut - -__PACKAGE__->config( - class => 'FixMyStreet::EmailSend', -); |