mirror of
https://github.com/ToxicCrack/PrintABrick.git
synced 2025-05-17 04:40:08 -07:00
Uprate LDraw Entity structure to store information about model alias ids and known subparts of model
10 lines
137 B
PHP
10 lines
137 B
PHP
<?php
|
|
|
|
namespace AppBundle\Repository\LDraw;
|
|
|
|
use AppBundle\Repository\BaseRepository;
|
|
|
|
class AliasRepository extends BaseRepository
|
|
{
|
|
}
|