@@ -10,8 +10,8 @@ |
||
10 | 10 | namespace gplcart\modules\file_manager\controllers; |
11 | 11 | |
12 | 12 | use SplFileInfo; |
13 | -use gplcart\modules\file_manager\models\Command as FileManagerCommandModel, |
|
14 | - gplcart\modules\file_manager\models\Scanner as FileManagerScannerModel; |
|
13 | +use gplcart\modules\file_manager\models\Command as FileManagerCommandModel; |
|
14 | +use gplcart\modules\file_manager\models\Scanner as FileManagerScannerModel; |
|
15 | 15 | use gplcart\core\controllers\backend\Controller as BackendController; |
16 | 16 | |
17 | 17 | /** |