We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92f508 commit 38705ddCopy full SHA for 38705dd
1 file changed
src/DataObject/Data/Adapter/HotspotImageAdapter.php
@@ -34,7 +34,6 @@
34
use Pimcore\Model\Element\Data\MarkerHotspotItem;
35
use Pimcore\Model\UserInterface;
36
use Symfony\Component\DependencyInjection\Attribute\AutoconfigureTag;
37
-use function get_class;
38
use function in_array;
39
use function is_array;
40
@@ -43,7 +42,8 @@
43
42
*/
44
#[AutoconfigureTag(DataAdapterLoaderInterface::ADAPTER_TAG)]
45
final readonly class HotspotImageAdapter implements
46
- SetterDataInterface, SearchPreviewDataInterface
+ SetterDataInterface,
+ SearchPreviewDataInterface
47
{
48
use AssetPreviewDataTrait;
49
use ElementProviderTrait;
0 commit comments