mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-13 20:06:57 +01:00
chore: Adapt to hexagonal architecture pattern.
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
namespace SP\DataModel;
|
||||
|
||||
use SP\Core\Messages\MessageInterface;
|
||||
use SP\Domain\Common\Out\DataModelInterface;
|
||||
use SP\Domain\Common\Adapters\DataModelInterface;
|
||||
|
||||
/**
|
||||
* Class NoticeData
|
||||
@@ -227,4 +227,4 @@ class NotificationData implements DataModelInterface
|
||||
{
|
||||
return $this->component;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user