<?php

namespace Vich\UploaderBundle\Mapping\Attribute;

use Vich\UploaderBundle\Mapping\AttributeInterface;

#[\Attribute(\Attribute::TARGET_CLASS)]
class Uploadable implements AttributeInterface
{
}
