Skip to content

Commit

Permalink
Merge pull request #97 from KejawenLab/main
Browse files Browse the repository at this point in the history
Fix handle json form and version
  • Loading branch information
ad3n authored Aug 24, 2021
2 parents 61b0b2f + 56b793c commit 95e359e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/Entity/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ class ApiClient implements ApiClientInterface
/**
* @ORM\ManyToOne(targetEntity=User::class, cascade={"persist"})
*
* @Assert\NotBlank()
*
* @Groups({"read"})
* @MaxDepth(1)
*/
Expand Down
4 changes: 2 additions & 2 deletions lib/SemartApiSkeleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ final class SemartApiSkeleton
{
public const CODENAME = 'Merdeka';

public const VERSION = '5.6.1';
public const VERSION = '5.6.3';

public const VERSION_MAYOR = 50000;

public const VERSION_MINOR = 600;

public const VERSION_PATCH = 2;
public const VERSION_PATCH = 3;

public static function getVersionNumber(): int
{
Expand Down

0 comments on commit 95e359e

Please sign in to comment.