1
0

unused method has been removed

This commit is contained in:
frostealth
2016-04-11 23:25:51 +06:00
parent a335185184
commit 11ab5ed448

View File

@@ -147,14 +147,4 @@ class CommandFactory
return $command; return $command;
} }
/**
* @param string $commandClass
*
* @return \frostealth\yii2\aws\s3\interfaces\commands\Command
*/
final protected function createCommand(string $commandClass)
{
return $this->builder->build($commandClass);
}
} }