Fix namespaces
This commit is contained in:
@@ -4,8 +4,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace Pcm\MetadataBundle\Model;
|
||||
|
||||
use App\Exception\Dto\Metadata\MissingKeyException;
|
||||
use App\Interface\Dto\MetadataInterface;
|
||||
use Pcm\MetadataBundle\Exception\MissingKeyException;
|
||||
use Pcm\MetadataBundle\Interface\MetadataInterface;
|
||||
|
||||
/**
|
||||
* Store scalar metadata on an entity.
|
||||
|
||||
Reference in New Issue
Block a user