mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 15:34:35 +02:00
Added some basic DB fields for the new project system
This commit is contained in:
parent
8ae4e9fe05
commit
0c7ec9f0c7
36 changed files with 281 additions and 130 deletions
|
@ -43,7 +43,7 @@ namespace App\Services\Tools;
|
|||
|
||||
use App\Entity\Attachments\Attachment;
|
||||
use App\Entity\Attachments\AttachmentType;
|
||||
use App\Entity\Devices\Device;
|
||||
use App\Entity\ProjectSystem\Project;
|
||||
use App\Entity\Parts\Category;
|
||||
use App\Entity\Parts\Footprint;
|
||||
use App\Entity\Parts\Manufacturer;
|
||||
|
@ -111,7 +111,7 @@ class StatisticsHelper
|
|||
$arr = [
|
||||
'attachment_type' => AttachmentType::class,
|
||||
'category' => Category::class,
|
||||
'device' => Device::class,
|
||||
'device' => Project::class,
|
||||
'footprint' => Footprint::class,
|
||||
'manufacturer' => Manufacturer::class,
|
||||
'measurement_unit' => MeasurementUnit::class,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue