mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-22 00:06:53 +01:00
chore(tests): UT for ItemPreset
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
|
||||
namespace SP\Domain\Client\Models;
|
||||
|
||||
use SP\Domain\Common\Adapters\DataModelInterface;
|
||||
use SP\Domain\Common\Models\ItemWithIdAndNameModel;
|
||||
use SP\Domain\Common\Models\Model;
|
||||
|
||||
/**
|
||||
* Class Client
|
||||
*/
|
||||
class Client extends Model implements DataModelInterface
|
||||
class Client extends Model implements ItemWithIdAndNameModel
|
||||
{
|
||||
protected ?int $isGlobal = null;
|
||||
protected ?int $id = null;
|
||||
|
||||
Reference in New Issue
Block a user