specs/Unit/Stubs/Models/Dummy/DummyEntity.php
<?php
namespace PHPKitchen\Domain\Specs\Unit\Stubs\Models\Dummy;
use PHPKitchen\Domain\Base\Entity;
/**
* Represents
*
* @package tests\stubs\models\dummy
* @author Dmitry Kolodko <prowwid@gmail.com>
*/
class DummyEntity extends Entity {
}