mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-06 07:25:32 +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 App\Exceptions\LogEntryObsoleteException;
|
||||
use Doctrine\ORM\Mapping as ORM;
|
||||
|
||||
/**
|
||||
* @ORM\Entity()
|
||||
*/
|
||||
#[ORM\Entity]
|
||||
class ConfigChangedLogEntry extends AbstractLogEntry
|
||||
{
|
||||
protected string $typeString = 'config_changed';
|
||||
|
||||
Reference in New Issue
Block a user