feat: Reader beginning
This commit is contained in:
parent
e90c0a140e
commit
55945adc53
@@ -27,5 +27,6 @@ api_platform:
|
||||
paths:
|
||||
- '%kernel.project_dir%/src/Domain/Scraping/Infrastructure/ApiPlatform/Dto'
|
||||
- '%kernel.project_dir%/src/Domain/Manga/Infrastructure/ApiPlatform/Resource'
|
||||
- '%kernel.project_dir%/src/Domain/Reader/Infrastructure/ApiPlatform/Resource'
|
||||
patch_formats:
|
||||
json: ['application/merge-patch+json']
|
||||
|
||||
@@ -22,4 +22,8 @@ services:
|
||||
class: App\Tests\Domain\Manga\Adapter\InMemoryImageProcessor
|
||||
public: true
|
||||
|
||||
# App\Domain\Reader\Domain\Contract\Repository\ChapterRepositoryInterface:
|
||||
# class: App\Tests\Domain\Reader\Adapter\InMemoryChapterRepository
|
||||
# public: true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user