X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4a79f4849940c1654d6d2cd60d4847106529d2b0..8bd48e18d5d0096bc9b1ef13c7a84934c0d6cf6d:/SL/ShopConnector/ALL.pm diff --git a/SL/ShopConnector/ALL.pm b/SL/ShopConnector/ALL.pm index e579fb48a..4aebe8937 100644 --- a/SL/ShopConnector/ALL.pm +++ b/SL/ShopConnector/ALL.pm @@ -2,6 +2,8 @@ package SL::ShopConnector::ALL; use strict; +use SL::ShopConnector::Shopware; + my %shop_connector_by_name = ( shopware => 'SL::ShopConnector::Shopware', );