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);
522522
523523namespace Api\Book\Handler;
524524
525- use Api\App\Handler\HandlerTrait ;
525+ use Api\App\Handler\AbstractHandler ;
526526use Api\Book\InputFilter\BookInputFilter;
527527use Api\Book\Service\BookServiceInterface;
528528use Fig\Http\Message\StatusCodeInterface;
@@ -533,10 +533,8 @@ use Psr\Http\Message\ServerRequestInterface;
533533use Psr\Http\Server\RequestHandlerInterface;
534534use Dot\DependencyInjection\Attribute\Inject;
535535
536- class BookHandler implements RequestHandlerInterface
536+ class BookHandler extends AbstractHandler implements RequestHandlerInterface
537537{
538- use HandlerTrait;
539-
540538 #[Inject(
541539 HalResponseFactory::class,
542540 ResourceGenerator::class,
You can’t perform that action at this time.
0 commit comments