custom/plugins/ProxaSearchHistory/src/ProxaSearchHistory.php line 9

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Proxa\SearchHistory;
  3. use Shopware\Core\Framework\Plugin;
  4. use Shopware\Core\Framework\Plugin\Context\InstallContext;
  5. class ProxaSearchHistory extends Plugin
  6. {
  7.     /**
  8.      * @param InstallContext $installContext
  9.      */
  10.     public function install($installContext): void
  11.     {
  12.     }
  13. }