AOEpeople/StackFormation

View on GitHub
src/StackFormation/Command/Stack/Show/OutputsCommand.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace StackFormation\Command\Stack\Show;

class OutputsCommand extends AbstractShowCommand
{
    protected $property = 'outputs';
}