From 4d04aac2a646d6c387d1afff28253225dace8474 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 19 Feb 2021 07:52:22 -0500 Subject: [PATCH] Remove ConfigurableModule interface from LazyCron --- wire/modules/LazyCron.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/modules/LazyCron.module b/wire/modules/LazyCron.module index 0e30b324..16f1c05e 100644 --- a/wire/modules/LazyCron.module +++ b/wire/modules/LazyCron.module @@ -70,7 +70,7 @@ * */ -class LazyCron extends WireData implements Module, ConfigurableModule { +class LazyCron extends WireData implements Module { public static function getModuleInfo() { return array(