From 11ab5ed448f9fe1a8a3ac8d38841ec8c37cf0dcd Mon Sep 17 00:00:00 2001 From: frostealth Date: Mon, 11 Apr 2016 23:25:51 +0600 Subject: [PATCH] unused method has been removed --- src/CommandFactory.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/CommandFactory.php b/src/CommandFactory.php index ae14855..a218b05 100644 --- a/src/CommandFactory.php +++ b/src/CommandFactory.php @@ -147,14 +147,4 @@ class CommandFactory return $command; } - - /** - * @param string $commandClass - * - * @return \frostealth\yii2\aws\s3\interfaces\commands\Command - */ - final protected function createCommand(string $commandClass) - { - return $this->builder->build($commandClass); - } }