mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-02-17 05:08:40 +00:00
undo serialize deprecation and switch to installExternal api calls
This commit is contained in:
parent
49853b4eeb
commit
a90b7d780c
|
|
@ -16,7 +16,6 @@ namespace Modules\HumanResourceTimeRecording\Models;
|
||||||
|
|
||||||
use Modules\HumanResourceManagement\Models\Employee;
|
use Modules\HumanResourceManagement\Models\Employee;
|
||||||
use Modules\HumanResourceManagement\Models\NullEmployee;
|
use Modules\HumanResourceManagement\Models\NullEmployee;
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Session model
|
* Session model
|
||||||
|
|
@ -26,7 +25,7 @@ use phpOMS\Contract\ArrayableInterface;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class Session implements \JsonSerializable, ArrayableInterface
|
class Session implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Session ID.
|
* Session ID.
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
||||||
|
|
||||||
namespace Modules\HumanResourceTimeRecording\Models;
|
namespace Modules\HumanResourceTimeRecording\Models;
|
||||||
|
|
||||||
use phpOMS\Contract\ArrayableInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Session element model
|
* Session element model
|
||||||
|
|
@ -24,7 +23,7 @@ use phpOMS\Contract\ArrayableInterface;
|
||||||
* @link https://karaka.app
|
* @link https://karaka.app
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
class SessionElement implements \JsonSerializable, ArrayableInterface
|
class SessionElement implements \JsonSerializable
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Session element ID.
|
* Session element ID.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user