Skip to content

Commit b3146e0

Browse files
committed
Fixed code by recommendation
1 parent 8f9f189 commit b3146e0

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
<internalFileTemplate name="Magento PHP Form Generic Button Block Class"/>
239239
<internalFileTemplate name="Magento Entity New Action Controller Class"/>
240240
<internalFileTemplate name="Magento New Entity Layout XML"/>
241-
<internalFileTemplate name="Magento Delete Entity By Id Command Model"/>
241+
<internalFileTemplate name="Magento Delete Entity By Id Command"/>
242242

243243
<defaultLiveTemplates file="/liveTemplates/MagentoPWA.xml"/>
244244

src/com/magento/idea/magento2plugin/magento/files/commands/DeleteEntityByIdCommandFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public class DeleteEntityByIdCommandFile implements ModuleFileInterface {
1616
public static final String CLASS_NAME = "DeleteByIdCommand";
1717
public static final String FILE_EXTENSION = "php";
18-
public static final String TEMPLATE = "Magento Delete Entity By Id Command Model";
18+
public static final String TEMPLATE = "Magento Delete Entity By Id Command";
1919
private static final String DIRECTORY = "Command";
2020

2121
/**

0 commit comments

Comments
 (0)