Fix imports

This commit is contained in:
Anton Medvedev 2020-10-10 18:22:52 +02:00
parent 86732395fb
commit dca0796a80

View File

@ -8,7 +8,6 @@
namespace Deployer\Console;
use Deployer\Deployer;
use Deployer\Host\Host;
use Deployer\Support\Reporter;
trait CommandCommon