Dhii/app-interface

View on GitHub
src/ModelInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dhii\App;

/**
 * Something that can represent an application model.
 *
 * @since [*next-version*]
 */
interface ModelInterface extends AppAwareInterface
{
}