Fix remaining linter errors
This commit is contained in:
parent
6399354b80
commit
1f6225e506
9 changed files with 28 additions and 18 deletions
|
@ -34,3 +34,5 @@ __PACKAGE__->set_primary_key("id");
|
|||
|
||||
__PACKAGE__->belongs_to( "entity", "Pear::LocalLoop::Schema::Result::Entity",
|
||||
"entity_id", );
|
||||
|
||||
1;
|
||||
|
|
Reference in a new issue