Commit 1a7a02a8 authored by Виктор Волков's avatar Виктор Волков
Browse files

fix: fix query trait

parent e33f7c2e
1 merge request!23fix: fix query trait
Pipeline #4139 passed with stages
in 1 minute and 48 seconds
<?php
namespace ServiceCore\Application\Exception;
/**
* Class EntityNotFound
*
* @package ServiceCore\Application\Exception
*/
class EntityNotFound extends AbstractApplicationException
{
protected $code = "entity_not_found";
protected $status = 404;
}
......@@ -3,6 +3,7 @@
namespace ServiceCore\Infrastructure\Domain\Repository;
use ApiQL\ApiQL;
use Doctrine\DBAL\FetchMode;
/**
* Trait QueryableTrait
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment