mirror of
https://github.com/processwire/processwire.git
synced 2025-08-15 11:14:12 +02:00
Fix issue processwire/processwire-issues#1122
This commit is contained in:
@@ -332,7 +332,7 @@
|
|||||||
* to support the module from one version to another. The previous known version ($fromVersion) and new
|
* to support the module from one version to another. The previous known version ($fromVersion) and new
|
||||||
* version ($toVersion) are provided as arguments.
|
* 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`.
|
* If the upgrade cannot proceed for some reason, this method should throw a `WireException`.
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user