samizdam/PhamilyFramework

View on GitHub
src/Collection/SpouseCollectionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phamily\Framework\Collection;

interface SpouseCollectionInterface extends PersonaCollectionInterface
{
}