Skip to content

Commit 9534a45

Browse files
committed
Fixes: #92 missing import
Signed-off-by: zio-mitch <[email protected]>
1 parent af08073 commit 9534a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/book/v5/tutorials/create-book-module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ namespace Api\Book\Handler;
525525
use Api\App\Handler\AbstractHandler;
526526
use Api\Book\InputFilter\BookInputFilter;
527527
use Api\Book\Service\BookServiceInterface;
528+
use Dot\DependencyInjection\Attribute\Inject;
528529
use Fig\Http\Message\StatusCodeInterface;
529530
use Mezzio\Hal\HalResponseFactory;
530531
use Mezzio\Hal\ResourceGenerator;

0 commit comments

Comments
 (0)