mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 15:44:07 +01:00
chore: Create AccountService tests and rework models.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
namespace SP\DataModel;
|
||||
|
||||
use SP\Domain\Common\Adapters\DataModel;
|
||||
use SP\Domain\Common\Models\Model;
|
||||
|
||||
defined('APP_ROOT') || die();
|
||||
|
||||
@@ -33,7 +33,7 @@ defined('APP_ROOT') || die();
|
||||
*
|
||||
* @package SP\DataModel
|
||||
*/
|
||||
class UserToUserGroupData extends DataModel
|
||||
class UserToUserGroupData extends Model
|
||||
{
|
||||
/**
|
||||
* @var int
|
||||
|
||||
Reference in New Issue
Block a user