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

Open in your IDE?
  1. <?php
  2. namespace Qf\AzureId;
  3. use Shopware\Core\Framework\Plugin;
  4. if (file_exists(dirname(__DIR__) . '/vendor/autoload.php')) {
  5.     require_once dirname(__DIR__) . '/vendor/autoload.php';
  6. }
  7. class QfAzureId extends Plugin
  8. {
  9.     
  10. }
  11. ?>