initialize in SL::DB::Objects statt im MetaSetup
[kivitendo-erp.git] / SL / DB / Bin.pm
index e5397ef..8d856c4 100644 (file)
@@ -4,6 +4,8 @@ use strict;
 
 use SL::DB::MetaSetup::Bin;
 
+__PACKAGE__->meta->initialize;
+
 __PACKAGE__->meta->make_manager_class;
 
 1;