Skip to content

Commit

Permalink
To support Object Mapper JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafabarmshory committed Feb 14, 2021
1 parent bb47739 commit b2ec1db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/Exception.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

use Throwable;
use RuntimeException;

use Pluf\Orm\Attribute\Entity;
use Pluf\Orm\Attribute\Column;
use Pluf\Orm\Attribute\Transients;
Expand Down
1 change: 0 additions & 1 deletion src/Process/Http/ResponseBodyEncoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function __invoke(
} else {
$ex = $t;
}

$status = $ex->getStatus();
// TODO: maso, 2021: enable exception json annotations
$result = [
Expand Down

0 comments on commit b2ec1db

Please sign in to comment.