Files
pinecore/src/Model/MongoEntity.php

8 lines
84 B
PHP
Raw Normal View History

<?php
namespace Pronchev\Pinecore\Model;
interface MongoEntity extends Entity
{
}