mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-11 09:54:38 +01:00
Started to move doctrine annotations to attributes (rector automated)
This commit is contained in:
@@ -25,9 +25,7 @@ namespace App\Entity\LogSystem;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
use Symfony\Component\HttpFoundation\IpUtils;
|
||||
|
||||
/**
|
||||
* @ORM\Entity()
|
||||
*/
|
||||
#[ORM\Entity]
|
||||
class UserLogoutLogEntry extends AbstractLogEntry
|
||||
{
|
||||
protected string $typeString = 'user_logout';
|
||||
|
||||
Reference in New Issue
Block a user