1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 07:47:00 +02:00

Update PagesVersions to force singular mode

This commit is contained in:
Ryan Cramer
2024-03-01 15:56:08 -05:00
parent 9770138eee
commit 4099035708

View File

@@ -3,7 +3,7 @@
/**
* PagesVersions
*
* ProcessWire 3.x, Copyright 2023 by Ryan Cramer
* ProcessWire 3.x, Copyright 2024 by Ryan Cramer
* https://processwire.com
*
* #pw-summary Provides a version control API for pages in ProcessWire.
@@ -60,6 +60,7 @@ class PagesVersions extends Wire implements Module {
'version' => 2,
'icon' => self::iconName,
'autoload' => true,
'singular' => true,
'author' => 'Ryan Cramer',
];
}