mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-21 22:57:31 +01:00
Fixed some inspection issues
This commit is contained in:
@@ -57,7 +57,7 @@ final class PermissionData implements \JsonSerializable
|
||||
* operation => value,
|
||||
* ]
|
||||
*/
|
||||
#[ORM\Column(type: Types::JSON, name: 'data')]
|
||||
#[ORM\Column(name: 'data', type: Types::JSON)]
|
||||
protected array $data = []
|
||||
)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user