xprt64/cqrs-es

View on GitHub
src/Dudulina/Scheduling/ScheduledCommand.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/******************************************************************************
 * Copyright (c) 2016 Constantin Galbenu <gica.galbenu@gmail.com>             *
 ******************************************************************************/

namespace Dudulina\Scheduling;


use Dudulina\Command;

interface ScheduledCommand extends Command, ScheduledMessage
{
}