Refactoring

This commit is contained in:
JonatanRek 2019-10-09 10:58:43 +02:00
parent 00a9ca1068
commit 342f433cf7
1 changed files with 0 additions and 8 deletions

View File

@ -134,15 +134,7 @@ class AutomationManager{
}
Db::edit('automation', array('locked' => 0), 'WHERE automation_id = ?', array($automation['automation_id']));
}
}
}
}
}