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
48b8738f
Commit
48b8738f
authored
Nov 06, 2018
by
mabolek
Committed by
Thomas Löffler
Feb 11, 2019
Browse files
[FIX] Coding style
parent
cb162627
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/karma/Classes/Controller/AbstractController.php
View file @
48b8738f
...
...
@@ -2,10 +2,10 @@
namespace
T3o\Karma\Controller
;
use
T3o\Karma\Domain\Repository\FrontendUserRepository
;
use
T3o\Karma\Domain\Repository\KarmaSourceRepository
;
use
T3o\Karma\Domain\Repository\LedgerEntryRepository
;
use
T3o\Karma\Service\KarmaService
;
use
T3o\Karma\Domain\Repository\FrontendUserRepository
;
/***************************************************************
* Copyright notice
...
...
@@ -83,5 +83,4 @@ class AbstractController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionControl
{
$this
->
ledgerEntryRepository
=
$ledgerEntryRepository
;
}
}
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