mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 23:44:33 +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
|
@ -32,7 +32,7 @@
|
|||
namespace App\Services;
|
||||
|
||||
|
||||
use App\Entity\Attachment;
|
||||
use App\Entity\Attachments\Attachment;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use SebastianBergmann\CodeCoverage\Node\File;
|
||||
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue