mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-09 01:46:57 +01:00
chore(tests): UT for Config service & repository
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -32,7 +32,7 @@ use SP\Domain\Common\Models\Model;
|
||||
*/
|
||||
class Client extends Model implements DataModelInterface
|
||||
{
|
||||
public ?int $isGlobal = null;
|
||||
protected ?int $isGlobal = null;
|
||||
protected ?int $id = null;
|
||||
protected ?string $name = null;
|
||||
protected ?string $description = null;
|
||||
|
||||
Reference in New Issue
Block a user