Skip to content
GitLab
Menu
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.org
Commits
a9645179
Commit
a9645179
authored
Jan 16, 2021
by
Stefan Busemann
Browse files
[CGL] Remove unused use statements and empty line
parent
6936bc47
Pipeline
#10250
passed with stages
in 5 minutes and 45 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_planet/Classes/Controller/CategoryController.php
View file @
a9645179
...
...
@@ -54,5 +54,4 @@ class CategoryController extends ActionController
{
$this
->
view
->
assign
(
't3planetCategories'
,
$t3planetCategory
);
}
}
extensions/t3o_planet/Classes/Domain/Model/Article.php
View file @
a9645179
...
...
@@ -12,7 +12,6 @@ namespace T3o\T3oPlanet\Domain\Model;
*
***/
use
TYPO3\CMS\Extbase\Annotation
as
Extbase
;
use
TYPO3\CMS\Extbase\Domain\Model\Category
;
use
TYPO3\CMS\Extbase\Persistence\ObjectStorage
;
...
...
Write
Preview
Markdown
is supported
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