Skip to content

Commit 5ebf433

Browse files
committed
fixed constructor
1 parent 85fe3ca commit 5ebf433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/Storage/StorageProvider.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function __construct(
6868
);
6969
}
7070
}
71+
$this->filesystemFactory = $filesystemFactory;
7172
$this->storageFactory = $storageFactory;
7273
$this->adapterProvider = $adapterProvider;
7374
}

0 commit comments

Comments
 (0)