diff --git a/src/DataMapper/Sql/Item.php b/src/DataMapper/Sql/Item.php index 37b1753..4b55ad0 100644 --- a/src/DataMapper/Sql/Item.php +++ b/src/DataMapper/Sql/Item.php @@ -45,6 +45,7 @@ public function __construct( public static function fromConnection(Connection $connection): self { return new Item( $connection, + ImageLabel::fromConnection($connection), ItemReader::fromConnection($connection), new ItemGetTypeVisitor(), new ItemIsProductVisitor(),