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

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace EnetQrCode;
  3. use Shopware\Core\Framework\Plugin;
  4. if (file_exists(__DIR__ '/../vendor/autoload.php')) {
  5.     require_once __DIR__ '/../vendor/autoload.php';
  6. }
  7. class EnetQrCode extends Plugin
  8. {
  9. }