Skip to content

Commit 289ced3

Browse files
chore: fix wrong namespace in test document
1 parent 0710361 commit 289ced3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Fixtures/TestBundle/Document/DummyValidationSerializedName.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
declare(strict_types=1);
1313

14-
namespace Fixtures\TestBundle\Document;
14+
namespace ApiPlatform\Tests\Fixtures\TestBundle\Document;
1515

1616
use ApiPlatform\Metadata\ApiResource;
1717
use ApiPlatform\Metadata\GetCollection;

0 commit comments

Comments
 (0)