diff --git a/src/DataMapper/Sql/ItemReader.php b/src/DataMapper/Sql/ItemReader.php index 0d08111..946d69f 100644 --- a/src/DataMapper/Sql/ItemReader.php +++ b/src/DataMapper/Sql/ItemReader.php @@ -11,6 +11,7 @@ use \AccelaSearch\ProductMapper\ProductInterface; use \AccelaSearch\ProductMapper\ProductFactory; use \AccelaSearch\ProductMapper\Attribute; +use \AccelaSearch\ProductMapper\Image; use \AccelaSearch\ProductMapper\Stock\Stock; use \AccelaSearch\ProductMapper\Stock\Quantity\Limited; use \AccelaSearch\ProductMapper\Stock\Quantity\Unlimited;