mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-16 15:51:24 +02:00
Fixed some inspection issues.
This commit is contained in:
parent
eef26f7ae6
commit
639829f5c5
97 changed files with 305 additions and 185 deletions
|
@ -24,13 +24,14 @@ declare(strict_types=1);
|
|||
namespace App\Twig;
|
||||
|
||||
use App\Entity\LogSystem\AbstractLogEntry;
|
||||
use App\Repository\LogEntryRepository;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Twig\Extension\AbstractExtension;
|
||||
use Twig\TwigFunction;
|
||||
|
||||
class LastUserExtension extends AbstractExtension
|
||||
{
|
||||
/** @var \App\Repository\LogEntryRepository */
|
||||
/** @var LogEntryRepository */
|
||||
private $repo;
|
||||
|
||||
public function __construct(EntityManagerInterface $em)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue