mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Update core/Controller/CollaborationResourcesController.php
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
This commit is contained in:
parent
2713ab023f
commit
05784c3244
1 changed files with 7 additions and 5 deletions
|
|
@ -42,11 +42,13 @@ use OCP\IUserSession;
|
|||
use Psr\Log\LoggerInterface;
|
||||
|
||||
class CollaborationResourcesController extends OCSController {
|
||||
public function __construct(string $appName,
|
||||
IRequest $request,
|
||||
private IManager $manager,
|
||||
private IUserSession $userSession,
|
||||
private LoggerInterface $logger) {
|
||||
public function __construct(
|
||||
string $appName,
|
||||
IRequest $request,
|
||||
private IManager $manager,
|
||||
private IUserSession $userSession,
|
||||
private LoggerInterface $logger,
|
||||
) {
|
||||
parent::__construct($appName, $request);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue