@@ -23,7 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | namespace OCA\NextNote\Db; |
| 25 | 25 | |
| 26 | -use OCA\NextNote\Service\NotebookService; |
|
| 27 | 26 | use \OCA\NextNote\Utility\Utils; |
| 28 | 27 | use OCP\AppFramework\Db\Entity; |
| 29 | 28 | use OCP\IDBConnection; |
@@ -23,12 +23,9 @@ |
||
| 23 | 23 | |
| 24 | 24 | namespace OCA\NextNote\Service; |
| 25 | 25 | |
| 26 | -use OCA\NextNote\Db\Notebook; |
|
| 27 | 26 | use OCA\NextNote\Db\Note; |
| 28 | 27 | use OCA\NextNote\Db\ShareMapper; |
| 29 | -use OCA\NextNote\Fixtures\ExampleNote; |
|
| 30 | 28 | use OCA\NextNote\Utility\Utils; |
| 31 | -use OCA\NextNote\Db\NoteMapper; |
|
| 32 | 29 | |
| 33 | 30 | |
| 34 | 31 | class ShareService { |