Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
3654d491
Commit
3654d491
authored
Feb 12, 2019
by
Mathias Bolt Lesniak
Committed by
Sebastian Kotte
Feb 12, 2019
Browse files
Apply suggestion to extensions/karma/Classes/Service/KarmaService.php
parent
23e6de07
Changes
1
Hide whitespace changes
Inline
Side-by-side
extensions/karma/Classes/Service/KarmaService.php
View file @
3654d491
...
...
@@ -57,7 +57,7 @@ class KarmaService implements \TYPO3\CMS\Core\SingletonInterface
$objectManager
=
GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\Extbase\Object\ObjectManager
::
class
);
/** @var \TYPO3\CMS\Extbase\Configuration\ConfigurationManager $configurationManager */
$configurationManager
=
$objectManager
->
get
(
\
TYPO3\CMS\Extbase\Configuration\ConfigurationManager
::
class
);
$this
->
settings
=
$configuration
=
$configurationManager
->
getConfiguration
(
+
$this
->
settings
=
$configurationManager
->
getConfiguration
(
\
TYPO3\CMS\Extbase\Configuration\ConfigurationManagerInterface
::
CONFIGURATION_TYPE_SETTINGS
,
'karma'
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment