@@ -9,8 +9,8 @@ |
||
9 | 9 | |
10 | 10 | namespace gplcart\modules\file_manager\models; |
11 | 11 | |
12 | -use gplcart\core\Handler, |
|
13 | - gplcart\core\Hook; |
|
12 | +use gplcart\core\Handler; |
|
13 | +use gplcart\core\Hook; |
|
14 | 14 | |
15 | 15 | /** |
16 | 16 | * Manages basic behaviors and data related to File manager module |
@@ -11,9 +11,9 @@ |
||
11 | 11 | |
12 | 12 | use LimitIterator; |
13 | 13 | use FilesystemIterator; |
14 | -use gplcart\core\Config, |
|
15 | - gplcart\core\Hook, |
|
16 | - gplcart\core\Module; |
|
14 | +use gplcart\core\Config; |
|
15 | +use gplcart\core\Hook; |
|
16 | +use gplcart\core\Module; |
|
17 | 17 | use gplcart\modules\file_manager\helpers\Filter; |
18 | 18 | |
19 | 19 | /** |