mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-24 17:17:15 +01:00
@@ -28,19 +28,20 @@ use SP\Domain\Account\Ports\AccountService;
|
||||
use SP\Domain\Category\Ports\CategoryService;
|
||||
use SP\Domain\Client\Ports\ClientService;
|
||||
use SP\Domain\Config\Ports\ConfigService;
|
||||
use SP\Domain\Import\Ports\ImportHelperInterface;
|
||||
use SP\Domain\Tag\Ports\TagService;
|
||||
|
||||
/**
|
||||
* A helper class to provide the needed services.
|
||||
*/
|
||||
class ImportHelper
|
||||
readonly class ImportHelper implements ImportHelperInterface
|
||||
{
|
||||
public function __construct(
|
||||
private readonly AccountService $accountService,
|
||||
private readonly CategoryService $categoryService,
|
||||
private readonly ClientService $clientService,
|
||||
private readonly TagService $tagService,
|
||||
private readonly ConfigService $configService
|
||||
private AccountService $accountService,
|
||||
private CategoryService $categoryService,
|
||||
private ClientService $clientService,
|
||||
private TagService $tagService,
|
||||
private ConfigService $configService
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user