DigitalState/Platform-Transport-Bundle

View on GitHub
Repository/ProfileRepository.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Ds\Bundle\TransportBundle\Repository;

use Ds\Bundle\EntityBundle\Repository\EntityRepository;

/**
 * Class ProfileRepository
 */
class ProfileRepository extends EntityRepository
{
}