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
5670652e
Commit
5670652e
authored
Jul 22, 2018
by
Stefan Busemann
Browse files
[BUGFIX] resolve build fails
parent
681d2100
Pipeline
#5005
failed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/t3omy/Classes/Domain/Repository/OldUserRepository.php
View file @
5670652e
<?php
declare
(
strict_types
=
1
);
declare
(
strict_types
=
1
);
namespace
T3o\T3omy\Domain\Repository
;
use
TYPO3\CMS\Extbase\Persistence\Repository
;
...
...
@@ -11,7 +12,6 @@ use TYPO3\CMS\Extbase\Persistence\Repository;
*/
class
OldUserRepository
extends
Repository
{
public
function
__construct
()
{
$objectManager
=
\
TYPO3\CMS\Core\Utility\GeneralUtility
::
makeInstance
(
\
TYPO3\CMS\Extbase\Object\ObjectManager
::
class
);
...
...
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