Skip to content

Commit

Permalink
add using
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jul 28, 2020
1 parent 60fecbe commit 0225427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion controller/editorcontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
use OCP\IRequest;
use OCP\ISession;
use OCP\IURLGenerator;
use OCP\IUser;
use OCP\IUserManager;
use OCP\IUserSession;
use OCP\Share\IManager;
Expand Down Expand Up @@ -140,7 +141,7 @@ class EditorController extends Controller {
* @param AppConfig $config - application configuration
* @param Crypt $crypt - hash generator
* @param IManager $shareManager - Share manager
* @param IManager $ISession - Session
* @param ISession $ISession - Session
*/
public function __construct($AppName,
IRequest $request,
Expand Down

0 comments on commit 0225427

Please sign in to comment.