Skip to content

Commit 3022eb0

Browse files
author
Igor Melnikov
committed
MAGETWO-50657: Static files are not loaded if Install Magento with non-Eng locale and deploy static
Fixing static tests
1 parent 6eb0b3b commit 3022eb0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Deploy/Model/Filesystem.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
*/
66
namespace Magento\Deploy\Model;
77

8+
use Symfony\Component\Console\Output\OutputInterface;
89
use Magento\Framework\App\State;
910
use Magento\Framework\App\DeploymentConfig\Writer;
1011
use Magento\Framework\App\Filesystem\DirectoryList;
1112
use Magento\Framework\Exception\LocalizedException;
12-
use Symfony\Component\Console\Output\OutputInterface;
1313
use Magento\User\Model\ResourceModel\User\Collection as UserCollection;
1414

1515
/**
16-
* A class to manage Magento modes
17-
*
1816
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
1917
*/
2018
class Filesystem

0 commit comments

Comments
 (0)