mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 00:46:59 +01:00
chore(tests): UT for ItemPreset
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -24,14 +24,14 @@
|
||||
|
||||
namespace SP\DataModel;
|
||||
|
||||
use SP\Domain\Common\Adapters\DataModelInterface;
|
||||
use SP\Domain\Common\Models\ItemWithIdAndNameModel;
|
||||
|
||||
/**
|
||||
* Class UserBasicData
|
||||
*
|
||||
* @package SP\DataModel
|
||||
*/
|
||||
class User extends UserPassData implements DataModelInterface
|
||||
class User extends UserPassData implements ItemWithIdAndNameModel
|
||||
{
|
||||
protected ?string $login = null;
|
||||
protected ?string $ssoLogin = null;
|
||||
|
||||
Reference in New Issue
Block a user