- Portage des fonctionnalités de la branche main
- Ajout de node et npm dans la Dockerfile - Ajout des Factories et Fixtures - Ajout de npm-install dans Make install
This commit is contained in:
9
src/Service/MangaProviderInterface.php
Normal file
9
src/Service/MangaProviderInterface.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Service;
|
||||
|
||||
interface MangaProviderInterface
|
||||
{
|
||||
public function getMangaList(): array;
|
||||
public function getChapterList(string $mangaSlug): array;
|
||||
}
|
||||
Reference in New Issue
Block a user