Skip to content

Commit

Permalink
unused method has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
frostealth committed Apr 11, 2016
1 parent a335185 commit 11ab5ed
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/CommandFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,4 @@ public function getPresignedUrl(string $filename, $expires): GetPresignedUrlComm

return $command;
}

/**
* @param string $commandClass
*
* @return \frostealth\yii2\aws\s3\interfaces\commands\Command
*/
final protected function createCommand(string $commandClass)
{
return $this->builder->build($commandClass);
}
}

0 comments on commit 11ab5ed

Please sign in to comment.