undo serialize deprecation and switch to installExternal api calls

This commit is contained in:
Dennis Eichhorn 2022-03-26 15:01:46 +01:00
parent 6e589a59b2
commit 387f6ce6bd
4 changed files with 4 additions and 8 deletions

View File

@ -14,7 +14,6 @@ declare(strict_types=1);
namespace Modules\ProjectManagement\Models;
use phpOMS\Contract\ArrayableInterface;
/**
* Project class.
@ -24,7 +23,7 @@ use phpOMS\Contract\ArrayableInterface;
* @link https://karaka.app
* @since 1.0.0
*/
class ProjectAttribute implements \JsonSerializable, ArrayableInterface
class ProjectAttribute implements \JsonSerializable
{
/**
* Id.

View File

@ -14,7 +14,6 @@ declare(strict_types=1);
namespace Modules\ProjectManagement\Models;
use phpOMS\Contract\ArrayableInterface;
use phpOMS\Localization\ISO639x1Enum;
/**
@ -25,7 +24,7 @@ use phpOMS\Localization\ISO639x1Enum;
* @link https://karaka.app
* @since 1.0.0
*/
class ProjectAttributeType implements \JsonSerializable, ArrayableInterface
class ProjectAttributeType implements \JsonSerializable
{
/**
* Id

View File

@ -14,7 +14,6 @@ declare(strict_types=1);
namespace Modules\ProjectManagement\Models;
use phpOMS\Contract\ArrayableInterface;
use phpOMS\Localization\ISO639x1Enum;
/**
@ -25,7 +24,7 @@ use phpOMS\Localization\ISO639x1Enum;
* @link https://karaka.app
* @since 1.0.0
*/
class ProjectAttributeTypeL11n implements \JsonSerializable, ArrayableInterface
class ProjectAttributeTypeL11n implements \JsonSerializable
{
/**
* ID.

View File

@ -14,7 +14,6 @@ declare(strict_types=1);
namespace Modules\ProjectManagement\Models;
use phpOMS\Contract\ArrayableInterface;
use phpOMS\Localization\ISO3166TwoEnum;
use phpOMS\Localization\ISO639x1Enum;
@ -28,7 +27,7 @@ use phpOMS\Localization\ISO639x1Enum;
* @link https://karaka.app
* @since 1.0.0
*/
class ProjectAttributeValue implements \JsonSerializable, ArrayableInterface
class ProjectAttributeValue implements \JsonSerializable
{
/**
* Id