Bug 11891 - Make Koha::Schema use C4::Context->dbh
[koha.git] / Koha / Schema.pm
blob111855c78adef5a8952f7f3149f61e6c85f844e0
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
18 __PACKAGE__->storage_type('Koha::Storage');