14 lines
251 B
PHP
14 lines
251 B
PHP
<?php
|
|
|
|
namespace KupShop\OrderingBundle\Repository;
|
|
|
|
/**
|
|
* PaymentRepository.
|
|
*
|
|
* This class was generated by the Doctrine ORM. Add your own custom
|
|
* repository methods below.
|
|
*/
|
|
class PaymentRepository extends \Doctrine\ORM\EntityRepository
|
|
{
|
|
}
|