Skip to content

Commit

Permalink
Update plugin.stub (wintercms#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebVPF authored Jul 24, 2024
1 parent b56e513 commit 7159114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/system/console/scaffold/plugin/plugin.stub
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Plugin extends PluginBase
return []; // Remove this line to activate

return [
'{{ plugin_namespace }}\Components\MyComponent' => 'myComponent',
\{{ plugin_namespace }}\Components\MyComponent::class => 'myComponent',
];
}

Expand Down

0 comments on commit 7159114

Please sign in to comment.