Skip to content

Commit

Permalink
Fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Nov 2, 2023
1 parent 0a25170 commit 4e6de8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Plugin Objects

Plugin Objects allow a plugin author to define set-up logic, define default
hooks, load routes, middleware and console commands. Plugin objects live in
**src/<PluginName>Plugin.php**. For our ContactManager plugin, our plugin class could look
**src/{PluginName}Plugin.php**. For our ContactManager plugin, our plugin class could look
like::

namespace ContactManager;
Expand Down

0 comments on commit 4e6de8c

Please sign in to comment.