Skip to content

Commit eb0783a

Browse files
committed
MAGETWO-34363: Pull request processing
1 parent c2be728 commit eb0783a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/App/View/Asset/Publisher.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
67
namespace Magento\Framework\App\View\Asset;
78

89
use Magento\Framework\App\Filesystem\DirectoryList;
@@ -16,7 +17,6 @@ class Publisher
1617
/**
1718
* @var \Magento\Framework\Filesystem
1819
*/
19-
2020
protected $filesystem;
2121

2222
/**
@@ -45,6 +45,7 @@ public function publish(Asset\LocalInterface $asset)
4545
if ($dir->isExist($asset->getPath())) {
4646
return true;
4747
}
48+
4849
return $this->publishAsset($asset);
4950
}
5051

0 commit comments

Comments
 (0)