mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 11:26:55 +01:00
chore: Create AccountService tests and rework models.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
namespace SP\DataModel;
|
||||
|
||||
use SP\Core\Exceptions\InvalidArgumentException;
|
||||
use SP\Domain\Common\Adapters\DataModel;
|
||||
use SP\Domain\Common\Models\Model;
|
||||
use SP\Http\Address;
|
||||
|
||||
/**
|
||||
@@ -33,7 +33,7 @@ use SP\Http\Address;
|
||||
*
|
||||
* @package SP\DataModel
|
||||
*/
|
||||
class TrackData extends DataModel
|
||||
class TrackData extends Model
|
||||
{
|
||||
/**
|
||||
* @var int
|
||||
|
||||
Reference in New Issue
Block a user