Skip to content

Commit 773d57e

Browse files
author
Vitaliy Boyko
committed
Fixed Windows compatibility 2
1 parent c065a5a commit 773d57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/magento/files/queries/GetListQueryFile.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
package com.magento.idea.magento2plugin.magento.files.queries;
77

88
import com.magento.idea.magento2plugin.magento.files.AbstractPhpFile;
9-
import java.io.File;
9+
import com.magento.idea.magento2plugin.magento.packages.File;
1010
import org.jetbrains.annotations.NotNull;
1111

1212
public final class GetListQueryFile extends AbstractPhpFile {

0 commit comments

Comments
 (0)