From 342f433cf7576b2e17393caa7ea7a0a0bb53e78f Mon Sep 17 00:00:00 2001 From: JonatanRek Date: Wed, 9 Oct 2019 10:58:43 +0200 Subject: [PATCH] Refactoring --- app/class/AutomationManager.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/class/AutomationManager.php b/app/class/AutomationManager.php index 47faf17..9f1d613 100644 --- a/app/class/AutomationManager.php +++ b/app/class/AutomationManager.php @@ -134,15 +134,7 @@ class AutomationManager{ } Db::edit('automation', array('locked' => 0), 'WHERE automation_id = ?', array($automation['automation_id'])); } - - - - } } } - - - - }