aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Model/EmailSend.pm
blob: 93751d4a60afd63250c91d509b792600a7a0187e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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',
);