mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-21 10:29:31 +00:00
Add tests and fix static errors
This commit is contained in:
parent
fa7f3a1da1
commit
2bc39e7791
8 changed files with 576 additions and 25 deletions
|
|
@ -66,7 +66,7 @@ class BulkInfoProviderImportJob extends AbstractDBElement
|
|||
|
||||
#[ORM\ManyToOne(targetEntity: User::class)]
|
||||
#[ORM\JoinColumn(nullable: false)]
|
||||
private User $createdBy;
|
||||
private ?User $createdBy = null;
|
||||
|
||||
#[ORM\Column(type: Types::JSON)]
|
||||
private array $progress = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue