Skip to content

Commit

Permalink
Fix field inheritence
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Apr 15, 2015
1 parent d022bad commit 154fbf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extends 'pfappserver::Base::Model::Fingerbank';

has '+fingerbankModel' => ( default => 'fingerbank::Model::MAC_Vendor');

has search_fields => ( default => sub { [qw(name mac) ] } );
has '+search_fields' => ( default => sub { [qw(name mac) ] } );


__PACKAGE__->meta->make_immutable;
Expand Down

0 comments on commit 154fbf9

Please sign in to comment.