Bug 16699: Remove requirement from borrowernumberQueryParam
[koha.git] / Koha / Schema.pm
blobcffc631d5e108e90a0fc2a77e1ffb9db2f05ba43
1 use utf8;
2 package Koha::Schema;
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
7 use strict;
8 use warnings;
10 use base 'DBIx::Class::Schema';
12 __PACKAGE__->load_namespaces;
15 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
16 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:oDUxXckmfk6H9YCjW8PZTw
19 # You can replace this text with custom content, and it will be preserved on regeneration