helpscout/bus

View on GitHub
src/Contracts/Command.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace HelpScout\Bus\Contracts;

/**
 * Interface Command
 *
 * @package HelpScout\Bus\Contracts
 */
interface Command
{
}