Skip to content

Commit

Permalink
Merge pull request #27 from Alireza-Moh/development
Browse files Browse the repository at this point in the history
Renames the code generation list label.
  • Loading branch information
Alireza-Moh authored Feb 7, 2025
2 parents d4f7cd3 + 403152b commit 4ca4935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<actions>
<group id="at.alirezamoh.whisperer_for_laravel.Actions" class="at.alirezamoh.whisperer_for_laravel.actions.StartPluginAction" text="Whisperer For Laravel" popup="true" description="The start point of the plugin">
<add-to-group group-id="MainMenu" anchor="last"/>
<group id="at.alirezamoh.whisperer_for_laravel.AllCodeGenerationActionsGroupAction" popup="true" icon="/icons/laravelIcon.svg" text="All Available Code Creation Templates">
<group id="at.alirezamoh.whisperer_for_laravel.AllCodeGenerationActionsGroupAction" popup="true" icon="/icons/laravelIcon.svg" text="All Available Code Generation Templates">
<action id="at.alirezamoh.whisperer_for_laravel.EloquentAction" class="at.alirezamoh.whisperer_for_laravel.actions.EloquentAction" text="Generate Eloquent Model From Template" icon="/icons/laravelIcon.svg">
</action>

Expand Down

0 comments on commit 4ca4935

Please sign in to comment.