diff --git a/app/executor.php b/app/executor.php index 3485539d8b..389fe150fa 100644 --- a/app/executor.php +++ b/app/executor.php @@ -769,7 +769,7 @@ $http->on('start', function ($http) { }); -$http->on("shutdown", function() { +$http->on('shutdown', function() { global $orchestrationPool; Console::info('Cleaning up containers before shutdown...'); diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index 2e91cd6aee..1504319cbe 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -4,7 +4,6 @@ namespace Executor; use Exception; use Utopia\App; -use Utopia\Storage\Storage; class Executor {