Minor fix

This commit is contained in:
Calvo 2023-09-01 14:15:41 +02:00
parent 8406fb7d3e
commit e28f2b1ec3
1 changed files with 0 additions and 4 deletions

View File

@ -391,10 +391,6 @@ class Module extends Entity
$keyName = 'postprocess';
}
if ($methodName === 'made_enabled') {
$keyName = 'madeEnabled';
}
if ($methodName === 'max_timeout') {
$keyName = 'timeout';
}