custom/plugins/NetiNextGoogleCustomerReviews/src/NetiNextGoogleCustomerReviews.php line 11

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace NetInventors\NetiNextGoogleCustomerReviews;
  3. use Shopware\Core\Framework\Plugin;
  4. /**
  5.  * Class NetiNextGoogleCustomerReviews
  6.  * @package NetInventors\NetiNextGoogleCustomerReviews
  7.  */
  8. class NetiNextGoogleCustomerReviews extends Plugin
  9. {
  10. }