SmcAddressLatin/src/SmcAddressLatin.php

10 lines
138 B
PHP
Raw Permalink Normal View History

2023-12-02 21:28:59 +00:00
<?php declare(strict_types=1);
namespace SmcAddressLatin;
use Shopware\Core\Framework\Plugin;
class SmcAddressLatin extends Plugin
{
}