add missing SmcAddressLatin.php file

This commit is contained in:
Harald Welte 2023-12-02 22:28:59 +01:00
parent 5bf74c1ecb
commit 698dc77571
1 changed files with 9 additions and 0 deletions

9
src/SmcAddressLatin.php Normal file
View File

@ -0,0 +1,9 @@
<?php declare(strict_types=1);
namespace SmcAddressLatin;
use Shopware\Core\Framework\Plugin;
class SmcAddressLatin extends Plugin
{
}