DigitalState/Platform-SSO-Bundle

View on GitHub
Collection/OAuthUserProviderCollection.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Ds\Bundle\SSOBundle\Collection;

use Doctrine\Common\Collections\ArrayCollection;

/**
 * Class OAuthUserProviderCollection
 */
class OAuthUserProviderCollection extends ArrayCollection
{
}