vendor/crehler/mojebambino-products-update/src/CrehlerProductsUpdate.php line 17

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /**
  3.  * @copyright 2020 Crehler Sp. z o. o.
  4.  * @link https://crehler.com/
  5.  * @support support@crehler.com
  6.  *
  7.  * @author Mateusz FlasiƄski
  8.  *
  9.  * For the full copyright and license information, please view the LICENSE
  10.  * file that was distributed with this source code.
  11.  */
  12. namespace Crehler\ProductsUpdate;
  13. use Shopware\Core\Framework\Plugin;
  14. class CrehlerProductsUpdate extends Plugin
  15. {
  16. }