Files
2025-03-12 17:06:23 +01:00

10 lines
163 B
PHP

<?php
class GoogleShopping extends BaseGoogleShopping
{
public function getAdminGeneratorTitle()
{
return $this->getProduct()->getName();
}
}