mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 19:36:58 +01:00
chore: Implement AccountAclService tests.
Use scoped namespace for simple functions. Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -34,8 +34,8 @@ use SP\Domain\Common\Out\DataModelInterface;
|
||||
*/
|
||||
class ItemData extends DataModelBase implements DataModelInterface
|
||||
{
|
||||
private ?int $id = null;
|
||||
private ?string $name = null;
|
||||
protected ?int $id = null;
|
||||
protected ?string $name = null;
|
||||
|
||||
public function getId(): ?int
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user