Forgot to commit qw format change for Schema.pm, oops

This commit is contained in:
ngoomie 2023-05-06 00:05:47 -06:00
parent 2ad959ffa8
commit 5880920e5f
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
package CharmBoard::Schema;
use base qw/DBIx::Class::Schema/;
use base qw(DBIx::Class::Schema);
__PACKAGE__->load_namespaces();