Mapping-Class-Namen gefixt
[kivitendo-erp.git] / SL / DB / AuthUser.pm
index a11248e..bd2670b 100644 (file)
@@ -24,7 +24,7 @@ __PACKAGE__->meta->add_relationship(
   },
   clients => {
     type      => 'many to many',
-    map_class => 'SL::DB::AuthUserClient',
+    map_class => 'SL::DB::AuthClientUser',
     map_from  => 'user',
     map_to    => 'client',
   },