From d5fc4d8a82d53927b70193b5b222dda37b734bca Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 6 Jun 2013 15:52:01 +0200 Subject: [PATCH] Mapping-Class-Namen gefixt --- SL/DB/AuthUser.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/DB/AuthUser.pm b/SL/DB/AuthUser.pm index a11248ec6..bd2670bc6 100644 --- a/SL/DB/AuthUser.pm +++ b/SL/DB/AuthUser.pm @@ -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', }, -- 2.20.1