Skip to content
Snippets Groups Projects
Commit d50676aa authored by Tiago Grego's avatar Tiago Grego
Browse files

replaced use base with use parent

parent 590b8402
No related branches found
No related tags found
2 merge requests!228Biotype in Core schema,!228Biotype in Core schema
......@@ -66,7 +66,7 @@ use Bio::EnsEMBL::Utils::Scalar qw(check_ref assert_ref);
use Bio::EnsEMBL::Utils::Argument qw(rearrange);
use Scalar::Util qw(weaken isweak);
use base qw(Bio::EnsEMBL::Storable);
use parent qw(Bio::EnsEMBL::Storable);
=head2 new
......
......@@ -58,7 +58,7 @@ use Bio::EnsEMBL::Biotype;
use strict;
use warnings;
use base qw(Bio::EnsEMBL::DBSQL::BaseAdaptor);
use parent qw(Bio::EnsEMBL::DBSQL::BaseAdaptor);
=head2 _tables
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment