Minor fix
This commit is contained in:
parent
8406fb7d3e
commit
e28f2b1ec3
|
@ -391,10 +391,6 @@ class Module extends Entity
|
|||
$keyName = 'postprocess';
|
||||
}
|
||||
|
||||
if ($methodName === 'made_enabled') {
|
||||
$keyName = 'madeEnabled';
|
||||
}
|
||||
|
||||
if ($methodName === 'max_timeout') {
|
||||
$keyName = 'timeout';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue