Files
kupshop/bundles/KupShop/OrderingBundle/Repository/PaymentRepository.php
2025-08-02 16:30:27 +02:00

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
{
}