1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-21 06:30:10 -07:00
PrintABrick/src/AppBundle/Repository/Part_BuildingKitRepository.php
2017-01-17 12:18:45 +01:00

14 lines
256 B
PHP

<?php
namespace AppBundle\Repository;
/**
* Part_BuildingKitRepository.
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class Part_BuildingKitRepository extends \Doctrine\ORM\EntityRepository
{
}