AOEpeople/StackFormation

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace StackFormation\Command\Stack\Show;

class ResourcesCommand extends AbstractShowCommand
{
    protected $property = 'resources';
}