mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 18:34:32 +02:00
Added database migration for new entities.
This commit is contained in:
parent
7826e3d2ad
commit
408d98c6e1
25 changed files with 246 additions and 99 deletions
|
@ -29,8 +29,8 @@
|
|||
|
||||
namespace App\Twig;
|
||||
|
||||
use App\Entity\Attachment;
|
||||
use App\Entity\DBElement;
|
||||
use App\Entity\Attachments\Attachment;
|
||||
use App\Entity\Base\DBElement;
|
||||
use App\Services\EntityURLGenerator;
|
||||
use App\Services\MoneyFormatter;
|
||||
use App\Services\TreeBuilder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue