mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 18:30:06 +01:00
Started to move doctrine annotations to attributes (rector automated)
This commit is contained in:
@@ -24,9 +24,7 @@ namespace App\Entity\LogSystem;
|
||||
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
/**
|
||||
* @ORM\Entity()
|
||||
*/
|
||||
#[ORM\Entity]
|
||||
class DatabaseUpdatedLogEntry extends AbstractLogEntry
|
||||
{
|
||||
protected string $typeString = 'database_updated';
|
||||
|
||||
Reference in New Issue
Block a user