- trop de trucs d'un coup... je vais faire attention ensuite ^^'
This commit is contained in:
@@ -2,9 +2,11 @@
|
||||
|
||||
namespace App\Service;
|
||||
|
||||
use App\Interface\ContentProviderInterface;
|
||||
|
||||
class MangaProviderFactory
|
||||
{
|
||||
public static function create($providerName): MangaProviderInterface
|
||||
public static function create($providerName): ContentProviderInterface
|
||||
{
|
||||
return match ($providerName) {
|
||||
'LelScans' => new LelScansProviderService(),
|
||||
@@ -12,4 +14,4 @@ class MangaProviderFactory
|
||||
default => throw new \Exception("Provider {$providerName} non supporté."),
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user