Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3_roadmap
Commits
040faa20
Commit
040faa20
authored
Apr 15, 2020
by
Stefan Busemann
Browse files
[TASK] Use TYPO3Fluid classes in viewhelper
parent
cae3f451
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/ViewHelpers/Condition/InArrayViewHelper.php
View file @
040faa20
...
...
@@ -2,7 +2,7 @@
namespace
T3o\Typo3Roadmap\ViewHelpers\Condition
;
use
TYPO3\CMS\Extbase\Reflection\ObjectAccess
;
use
TYPO3
\CMS
\Fluid\Core\ViewHelper\AbstractConditionViewHelper
;
use
TYPO3
Fluid
\Fluid\Core\ViewHelper\AbstractConditionViewHelper
;
class
InArrayViewHelper
extends
AbstractConditionViewHelper
{
...
...
@@ -36,4 +36,4 @@ class InArrayViewHelper extends AbstractConditionViewHelper
return
false
;
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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