@@ -13,9 +13,9 @@ |
||
13 | 13 | |
14 | 14 | namespace WebHemi\Data\Storage; |
15 | 15 | |
16 | -use WebHemi\Data\Query\QueryInterface; |
|
17 | -use WebHemi\Data\Entity\EntitySet; |
|
18 | 16 | use WebHemi\Data\Entity\ApplicationEntity; |
17 | +use WebHemi\Data\Entity\EntitySet; |
|
18 | +use WebHemi\Data\Query\QueryInterface; |
|
19 | 19 | |
20 | 20 | /** |
21 | 21 | * Class ApplicationStorage. |
@@ -15,8 +15,8 @@ |
||
15 | 15 | |
16 | 16 | use WebHemi\Data\Entity\EntitySet; |
17 | 17 | use WebHemi\Data\Entity\FilesystemCategoryEntity; |
18 | -use WebHemi\Data\Entity\FilesystemDirectoryEntity; |
|
19 | 18 | use WebHemi\Data\Entity\FilesystemDirectoryDataEntity; |
19 | +use WebHemi\Data\Entity\FilesystemDirectoryEntity; |
|
20 | 20 | use WebHemi\Data\Entity\FilesystemDocumentEntity; |
21 | 21 | use WebHemi\Data\Entity\FilesystemEntity; |
22 | 22 | use WebHemi\Data\Entity\FilesystemMetaEntity; |
@@ -175,7 +175,7 @@ |
||
175 | 175 | * @param int $identifier |
176 | 176 | * @param int $limit |
177 | 177 | * @param int $offset |
178 | - * @return array |
|
178 | + * @return \WebHemi\Data\Entity\ApplicationEntity |
|
179 | 179 | */ |
180 | 180 | public function getSimpleUserMetaListByUser( |
181 | 181 | int $identifier, |