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:
@@ -70,7 +70,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
class LazyCron extends WireData implements Module, ConfigurableModule {
|
||||
class LazyCron extends WireData implements Module {
|
||||
|
||||
public static function getModuleInfo() {
|
||||
return array(
|
||||
|
Reference in New Issue
Block a user