mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Created GeneratePreviewCommandTest
This commit is contained in:
@@ -40,9 +40,9 @@ class GeneratePreviewCommand extends Command
|
||||
PreviewGeneratorInterface $previewGenerator,
|
||||
TranslatorInterface $translator
|
||||
) {
|
||||
$this->shortUrlService = $shortUrlService;
|
||||
$this->previewGenerator = $previewGenerator;
|
||||
$this->translator = $translator;
|
||||
$this->shortUrlService = $shortUrlService;
|
||||
parent::__construct(null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user