1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-13 10:15:28 +02:00
This commit is contained in:
Ryan Cramer
2020-04-15 16:33:57 -04:00
parent ed0f573432
commit 6bd7901011

View File

@@ -332,7 +332,7 @@
* to support the module from one version to another. The previous known version ($fromVersion) and new
* version ($toVersion) are provided as arguments.
*
* If implemented, uninstall() methods typically are defined hookable as `public function ___upgrade(...)`.
* If implemented, upgrade() methods typically are defined hookable as `public function ___upgrade(...)`.
* If the upgrade cannot proceed for some reason, this method should throw a `WireException`.
*
*