add missing <?php header

This commit is contained in:
Harald Welte 2023-12-02 22:56:10 +01:00
parent b08599f070
commit 187768c846
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
<?php declare(strict_types=1);
namespace SmcAddressLatin\Core\Checkout\Cart\Error;
use Shopware\Core\Checkout\Cart\Error\Error;