@@ -23,7 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | namespace OCA\OwnNote\Controller; |
| 25 | 25 | |
| 26 | -use OC\User\Manager; |
|
| 27 | 26 | use OCA\OwnNote\Service\OwnNoteService; |
| 28 | 27 | use OCA\OwnNote\Utility\NotFoundJSONResponse; |
| 29 | 28 | use \OCP\AppFramework\ApiController; |
@@ -24,15 +24,8 @@ |
||
| 24 | 24 | namespace OCA\OwnNote\Service; |
| 25 | 25 | |
| 26 | 26 | use OCA\OwnNote\Db\OwnNote; |
| 27 | -use OCA\OwnNote\Utility\Evernote; |
|
| 28 | 27 | use OCA\OwnNote\Utility\Utils; |
| 29 | -use OCP\IConfig; |
|
| 30 | -use OCP\AppFramework\Db\DoesNotExistException; |
|
| 31 | -use DateTime; |
|
| 32 | -use DOMDocument; |
|
| 33 | -use OC\Files\Filesystem; |
|
| 34 | 28 | use OCA\OwnNote\Db\OwnNoteMapper; |
| 35 | -use Punic\Exception; |
|
| 36 | 29 | |
| 37 | 30 | |
| 38 | 31 | class OwnNoteGroupService { |
@@ -26,10 +26,7 @@ |
||
| 26 | 26 | use OCA\OwnNote\Db\OwnNote; |
| 27 | 27 | use OCA\OwnNote\Utility\Evernote; |
| 28 | 28 | use OCA\OwnNote\Utility\Utils; |
| 29 | -use OCP\IConfig; |
|
| 30 | -use OCP\AppFramework\Db\DoesNotExistException; |
|
| 31 | 29 | use DateTime; |
| 32 | -use DOMDocument; |
|
| 33 | 30 | use OC\Files\Filesystem; |
| 34 | 31 | use OCA\OwnNote\Db\OwnNoteMapper; |
| 35 | 32 | use Punic\Exception; |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | namespace OCA\OwnNote\Utility; |
| 25 | 25 | |
| 26 | 26 | |
| 27 | -use DateTime; |
|
| 28 | 27 | use DOMDocument; |
| 29 | 28 | use OC\Files\Filesystem; |
| 30 | 29 | |