mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-21 06:30:10 -07:00
14 lines
256 B
PHP
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
|
|
{
|
|
}
|