deefour/producer

View on GitHub
stub/Presenters/ArticlePresenter.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Deefour\Producer\Stubs\Presenters;

use Deefour\Producer\Contracts\Producible;

class ArticlePresenter implements Producible
{
    //
}