chore: Create AccountService tests and rework models.

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-12-10 12:07:38 +01:00
parent 3cde9c1e1e
commit a597d8ae62
144 changed files with 5804 additions and 2417 deletions

View File

@@ -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;