diff options
Diffstat (limited to 'perl/Wallet/Schema/Result/AclHistory.pm')
-rw-r--r-- | perl/Wallet/Schema/Result/AclHistory.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/Wallet/Schema/Result/AclHistory.pm b/perl/Wallet/Schema/Result/AclHistory.pm index fd372e2..cc3978b 100644 --- a/perl/Wallet/Schema/Result/AclHistory.pm +++ b/perl/Wallet/Schema/Result/AclHistory.pm @@ -7,6 +7,9 @@ use base 'DBIx::Class::Core'; __PACKAGE__->load_components("InflateColumn::DateTime"); +=for stopwords +ACL + =head1 NAME Wallet::Schema::Result::AclHistory - Wallet schema for ACL history |