File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/com/cedricziel/idea/typo3 Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ It is a great inspiration for possible solutions and parts of the code.</p>
6868
6969 <project-components >
7070 <component >
71- <implementation-class >TYPO3CMSProjectComponent</implementation-class >
71+ <implementation-class >com.cedricziel.idea.typo3. TYPO3CMSProjectComponent</implementation-class >
7272 </component >
7373 </project-components >
7474</idea-plugin >
Original file line number Diff line number Diff line change 1+ package com .cedricziel .idea .typo3 ;
2+
13import com .intellij .openapi .components .ProjectComponent ;
24import com .intellij .openapi .diagnostic .Logger ;
35import com .intellij .openapi .project .Project ;
@@ -24,7 +26,7 @@ public void disposeComponent() {
2426 @ Override
2527 @ NotNull
2628 public String getComponentName () {
27- return "TYPO3CMSProjectComponent" ;
29+ return "com.cedricziel.idea.typo3. TYPO3CMSProjectComponent" ;
2830 }
2931
3032 @ Override
You can’t perform that action at this time.
0 commit comments