File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class Addon_mcp extends Mcp
4747
4848## Updating your ext.addon.php file
4949
50- In order to use the new approach, you will have to have your mcp file use and extend the Extension add-on service
50+ In order to use the new approach, you will have to have your ext file use and extend the Extension add-on service
5151
5252```
5353use ExpressionEngine\Service\Addon\Extension;
@@ -57,7 +57,7 @@ class Addon_ext extends Extension
5757
5858## Updating your upd.addon.php file
5959
60- In order to use the new approach, you will have to have your mcp file use and extend the Installer add-on service
60+ In order to use the new approach, you will have to have your upd file use and extend the Installer add-on service
6161
6262```
6363use ExpressionEngine\Service\Addon\Installer;
You can’t perform that action at this time.
0 commit comments