]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/Assembly.pm
use parent statt use base in MetaSetup
[kivitendo-erp.git] / SL / DB / MetaSetup / Assembly.pm
index d8de3312a67a7090ff37174f0a9235e7c8069011..51073406b4ca053e5d573b96d3485959e0c9b216 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::Assembly;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('assembly');