8 lines
84 B
PHP
8 lines
84 B
PHP
<?php
|
|
|
|
namespace Pronchev\Pinecore\Model;
|
|
|
|
interface MongoEntity extends Entity
|
|
{
|
|
}
|