mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
CS
This commit is contained in:
parent
8f187e280f
commit
9dd67fa342
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@ class EntriesExport
|
||||||
private $language = '';
|
private $language = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param TranslatorInterface $translator Translator service
|
* @param TranslatorInterface $translator Translator service
|
||||||
* @param string $wallabagUrl Wallabag instance url
|
* @param string $wallabagUrl Wallabag instance url
|
||||||
* @param string $logoPath Path to the logo FROM THE BUNDLE SCOPE
|
* @param string $logoPath Path to the logo FROM THE BUNDLE SCOPE
|
||||||
*/
|
*/
|
||||||
public function __construct(TranslatorInterface $translator, $wallabagUrl, $logoPath)
|
public function __construct(TranslatorInterface $translator, $wallabagUrl, $logoPath)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue