. */ namespace SP\Domain\Common\Models; /** * Class Simple * * This model does not contain any properties. * * It's intended to be used when returned non-well defined objects from the repository. */ final class Simple extends Model { }