This commit is contained in:
merdan 2023-08-26 12:40:22 +05:00
parent f45e534b47
commit 805a74631d
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "laradock"]
path = laradock
url = https://github.com/Laradock/laradock.git

1
laradock Submodule

@ -0,0 +1 @@
Subproject commit f005cec1b2ad003745dfe71a123fbdb0a1d5a4d5

View File

@ -31,6 +31,7 @@ class Rysgal extends Payment
'verify' => false,
];
return new Client($config);
}