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