1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 16:54:44 +02:00

Remove ConfigurableModule interface from LazyCron

This commit is contained in:
Ryan Cramer
2021-02-19 07:52:22 -05:00
parent 199859b6ff
commit 4d04aac2a6

View File

@@ -70,7 +70,7 @@
*
*/
class LazyCron extends WireData implements Module, ConfigurableModule {
class LazyCron extends WireData implements Module {
public static function getModuleInfo() {
return array(