File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010namespace OCA \Collectives \Controller ;
1111
1212use OCA \Collectives \Db \Collective ;
13- use OCA \Collectives \Fs \NodeHelper ;
1413use OCA \Collectives \ResponseDefinitions ;
1514use OCA \Collectives \Service \CircleExistsException ;
1615use OCA \Collectives \Service \CollectiveService ;
@@ -44,7 +43,6 @@ public function __construct(
4443 private IUserSession $ userSession ,
4544 private IFactory $ l10nFactory ,
4645 private LoggerInterface $ logger ,
47- private NodeHelper $ nodeHelper ,
4846 private ?string $ userId ,
4947 ) {
5048 parent ::__construct ($ appName , $ request );
Original file line number Diff line number Diff line change 1919use OCP \AppFramework \OCS \OCSNotFoundException ;
2020use OCP \AppFramework \OCSController ;
2121use OCP \IRequest ;
22- use OCP \IUserSession ;
2322use Psr \Log \LoggerInterface ;
2423
2524/**
@@ -34,7 +33,6 @@ class TemplateController extends OCSController {
3433 public function __construct (
3534 string $ appName ,
3635 IRequest $ request ,
37- private IUserSession $ userSession ,
3836 private TemplateService $ templateService ,
3937 private LoggerInterface $ logger ,
4038 private ?string $ userId ,
You can’t perform that action at this time.
0 commit comments