diff --git a/Models/Session.php b/Models/Session.php index 9d6810d..5427a35 100755 --- a/Models/Session.php +++ b/Models/Session.php @@ -16,7 +16,6 @@ namespace Modules\HumanResourceTimeRecording\Models; use Modules\HumanResourceManagement\Models\Employee; use Modules\HumanResourceManagement\Models\NullEmployee; -use phpOMS\Contract\ArrayableInterface; /** * Session model @@ -26,7 +25,7 @@ use phpOMS\Contract\ArrayableInterface; * @link https://karaka.app * @since 1.0.0 */ -class Session implements \JsonSerializable, ArrayableInterface +class Session implements \JsonSerializable { /** * Session ID. diff --git a/Models/SessionElement.php b/Models/SessionElement.php index 78d9967..cca578c 100755 --- a/Models/SessionElement.php +++ b/Models/SessionElement.php @@ -14,7 +14,6 @@ declare(strict_types=1); namespace Modules\HumanResourceTimeRecording\Models; -use phpOMS\Contract\ArrayableInterface; /** * Session element model @@ -24,7 +23,7 @@ use phpOMS\Contract\ArrayableInterface; * @link https://karaka.app * @since 1.0.0 */ -class SessionElement implements \JsonSerializable, ArrayableInterface +class SessionElement implements \JsonSerializable { /** * Session element ID.