mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Fixed static analysis issues
This commit is contained in:
parent
d04d743520
commit
0dcdd252f5
4 changed files with 2 additions and 4 deletions
|
@ -52,7 +52,7 @@ class LogController extends AbstractController
|
|||
{
|
||||
protected EntityManagerInterface $entityManager;
|
||||
protected TimeTravel $timeTravel;
|
||||
protected EntityRepository $dbRepository;
|
||||
protected DBElementRepository $dbRepository;
|
||||
|
||||
public function __construct(EntityManagerInterface $entityManager, TimeTravel $timeTravel)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue