<?php declare(strict_types=1);
namespace Dvdw\CustomFieldInstaller;
use Shopware\Core\Framework\Plugin;
class DvdwCustomFieldInstaller extends Plugin
{
}