Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save matthewtrask/b0184200067659d3739565bcddbe7667 to your computer and use it in GitHub Desktop.

Select an option

Save matthewtrask/b0184200067659d3739565bcddbe7667 to your computer and use it in GitHub Desktop.
/**
* @var private $awsService
*/
public function __construct(AwsService $awsService)
{
$this->awsService = $awsService;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment