File tree Expand file tree Collapse file tree 4 files changed +3
-41
lines changed
Controller/Adminhtml/Config/Sftp Expand file tree Collapse file tree 4 files changed +3
-41
lines changed Original file line number Diff line number Diff line change 1414use Magento \Store \Api \Data \StoreInterface ;
1515use Magento \Store \Model \StoreManagerInterface ;
1616use Magento \Store \Model \ScopeInterface ;
17+ use Magento \Framework \Filesystem \Io \Sftp ;
1718
1819/**
1920 * Class TestConnection
@@ -31,7 +32,7 @@ class TestConnection extends Action
3132 */
3233 public function __construct (
3334 Context $ context ,
34- \ Bazaarvoice \ Connector \ Model \ Filesystem \ Io \ Sftp $ sftp ,
35+ Sftp $ sftp ,
3536 ConfigProviderInterface $ configProvider ,
3637 StoreInterface $ store ,
3738 StoreManagerInterface $ storeManager ,
Original file line number Diff line number Diff line change 1010
1111use Bazaarvoice \Connector \Api \ConfigProviderInterface ;
1212use Bazaarvoice \Connector \Api \StringFormatterInterface ;
13- use Bazaarvoice \ Connector \ Model \Filesystem \Io \Sftp ;
13+ use Magento \ Framework \Filesystem \Io \Sftp ;
1414use Bazaarvoice \Connector \Model \Source \Scope ;
1515use Exception ;
1616use Magento \Store \Model \Group ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4444 </type >
4545 <preference for =" Magento\ReviewStaging\Ui\DataProvider\Product\Form\Modifier\Review" type =" Bazaarvoice\Connector\Ui\ReviewStaging\Review" />
4646
47-
48- <!-- sftp -->
49- <preference for =" Magento\Framework\Filesystem\Io\Sftp" type =" Bazaarvoice\Connector\Model\Filesystem\Io\Sftp" />
50-
5147 <!-- Admin Grid -->
5248 <type name =" Magento\Framework\View\Element\UiComponent\DataProvider\CollectionFactory" >
5349 <arguments >
You can’t perform that action at this time.
0 commit comments