1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

fixes for namespaces

This commit is contained in:
David Bomba 2024-11-01 15:06:57 +11:00
parent 09dd51c341
commit e28a3b127e
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
*/
namespace App\Services\EDocument\Gateway\Storecove\Models;
namespace App\Services\EDocument\Gateway\Storecove\Transformers;
use Symfony\Component\Serializer\Annotation\SerializedName;
use Symfony\Component\Serializer\Normalizer\DateTimeNormalizer;

View File

@ -9,7 +9,7 @@
* @license https://www.elastic.co/licensing/elastic-license
*/
namespace App\Services\EDocument\Gateway\Storecove\Models;
namespace App\Services\EDocument\Gateway\Storecove\Transformers;
use Symfony\Component\Serializer\Annotation\SerializedName;
use Symfony\Component\Serializer\Normalizer\DateTimeNormalizer;