Skip to content

Commit 15121ec

Browse files
committed
Fix an error calling GraphQL
1 parent e3ba48a commit 15121ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gql/interfaces/VizyImageNodeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
namespace verbb\vizy\gql\interfaces;
33

4+
use Craft;
45
use craft\gql\arguments\elements\Asset as AssetArguments;
56
use craft\gql\interfaces\elements\Asset as AssetInterface;
67
use craft\gql\TypeManager;
78

8-
99
class VizyImageNodeInterface extends VizyNodeInterface
1010
{
1111
// Public Methods

0 commit comments

Comments
 (0)