<html>
<head>
</head>
<body>
</body>
</html>
<html></pre><p> <head></p><p> </head></p><p> <body></p><p> </body></p><p></html></p><br>
<html> <h1>This is a header</h1> <p>this is a paragraph</p> <html>
/** * @param int $idAuditLog * * @return \Generated\Shared\Transfer\AuditLogTransfer|null */public function findAuditLogById(int $idAuditLog): ?AuditLogTransfer{ return $this->getRepository()->findAuditLogById($idAuditLog);}
➡️ Read more ⬅️