undo serialize deprecation and switch to installExternal api calls

This commit is contained in:
Dennis Eichhorn 2022-03-26 15:01:45 +01:00
parent 49853b4eeb
commit a90b7d780c
2 changed files with 2 additions and 4 deletions

View File

@ -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.

View File

@ -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.