This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/lib/Pear/LocalLoop/Schema.pm
2021-03-20 12:09:50 +00:00

13 lines
158 B
Perl

package Pear::LocalLoop::Schema;
use utf8;
use strict;
use warnings;
use base 'DBIx::Class::Schema';
our $VERSION = 33;
__PACKAGE__->load_namespaces;
1;