File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ declare(strict_types=1);
522
522
523
523
namespace Api\Book\Handler;
524
524
525
- use Api\App\Handler\HandlerTrait ;
525
+ use Api\App\Handler\AbstractHandler ;
526
526
use Api\Book\InputFilter\BookInputFilter;
527
527
use Api\Book\Service\BookServiceInterface;
528
528
use Fig\Http\Message\StatusCodeInterface;
@@ -533,10 +533,8 @@ use Psr\Http\Message\ServerRequestInterface;
533
533
use Psr\Http\Server\RequestHandlerInterface;
534
534
use Dot\DependencyInjection\Attribute\Inject;
535
535
536
- class BookHandler implements RequestHandlerInterface
536
+ class BookHandler extends AbstractHandler implements RequestHandlerInterface
537
537
{
538
- use HandlerTrait;
539
-
540
538
#[Inject(
541
539
HalResponseFactory::class,
542
540
ResourceGenerator::class,
You can’t perform that action at this time.
0 commit comments