1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-17 04:40:08 -07:00
PrintABrick/src/AppBundle/Repository/LDraw/AliasRepository.php
David Hübner 775af7c23b Update LDraw entites structure
Uprate LDraw Entity structure to store information about model alias ids and known subparts of model
2017-04-05 17:04:54 +02:00

10 lines
137 B
PHP

<?php
namespace AppBundle\Repository\LDraw;
use AppBundle\Repository\BaseRepository;
class AliasRepository extends BaseRepository
{
}