mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-17 17:08:37 +00:00
CS
This commit is contained in:
parent
2a58606983
commit
1c7d66645b
3 changed files with 3 additions and 3 deletions
|
@ -274,7 +274,7 @@ class InstallCommand extends ContainerAwareCommand
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'name' => 'pocket_consumer_key',
|
'name' => 'pocket_consumer_key',
|
||||||
'value' => NULL,
|
'value' => null,
|
||||||
'section' => 'import',
|
'section' => 'import',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
|
@ -72,7 +72,7 @@ class LoadSettingData extends AbstractFixture implements OrderedFixtureInterface
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'name' => 'pocket_consumer_key',
|
'name' => 'pocket_consumer_key',
|
||||||
'value' => NULL,
|
'value' => null,
|
||||||
'section' => 'import',
|
'section' => 'import',
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
|
@ -48,7 +48,7 @@ class AuthCodeMailer implements AuthCodeMailerInterface
|
||||||
private $supportUrl;
|
private $supportUrl;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Url for the wallabag instance.
|
* Url for the wallabag instance (only used for image in the HTML email template)
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue