deefour/producer

View on GitHub
src/Contracts/Producible.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Deefour\Producer\Contracts;

interface Producible
{
    //
}