This commit is contained in:
Yuri Kuznetsov
2021-06-25 15:56:07 +03:00
parent 4961f4859e
commit afb41ebc05
+1 -1
View File
@@ -39,7 +39,7 @@ use Espo\Core\{
class Binding
{
protected $fileManager;
private $fileManager;
public function __construct(FileManager $fileManager)
{