mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 00:24:08 +01:00
chore: Create AccountService tests and rework models.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
|
||||
namespace SP\DataModel;
|
||||
|
||||
use SP\Domain\Common\Adapters\DataModel;
|
||||
use SP\Domain\Common\Adapters\DataModelInterface;
|
||||
use SP\Domain\Common\Models\Model;
|
||||
|
||||
defined('APP_ROOT') || die();
|
||||
|
||||
@@ -34,7 +34,7 @@ defined('APP_ROOT') || die();
|
||||
*
|
||||
* @package SP\DataModel
|
||||
*/
|
||||
class ClientData extends DataModel implements DataModelInterface
|
||||
class ClientData extends Model implements DataModelInterface
|
||||
{
|
||||
public ?int $id = null;
|
||||
public ?string $name = null;
|
||||
|
||||
Reference in New Issue
Block a user