microservices-playground/api-comments

View on GitHub
src/AppBundle/Entity/Entity.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Foodlove\AppBundle\Entity;

interface Entity
{
}