custom/plugins/CrehlerMetaRobots/src/CrehlerMetaRobots.php line 18

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. /**
  3.  * @copyright 2020 Crehler Sp. z o. o. <https://crehler.com>
  4.  *
  5.  * @author    Jakub MedyƄski <jme@crehler.com>
  6.  * @support   Crehler <support@crehler.com>
  7.  * @created   20 mar 2020
  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\MetaRobots;
  13. use Shopware\Core\Framework\Plugin;
  14. class CrehlerMetaRobots extends Plugin
  15. {
  16. }