mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-13 03:46:58 +01:00
chore: Create AccountService tests and rework models.
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\DataModel;
|
||||
use SP\Domain\Common\Models\Model;
|
||||
|
||||
/**
|
||||
* Class UserPassData
|
||||
*
|
||||
* @package SP\DataModel
|
||||
*/
|
||||
class UserPassData extends DataModel
|
||||
class UserPassData extends Model
|
||||
{
|
||||
protected ?int $id = null;
|
||||
protected ?string $pass = null;
|
||||
|
||||
Reference in New Issue
Block a user