mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-01-11 13:38:39 +00:00
bug fixes and subscription improvements
This commit is contained in:
parent
01f0ea29a5
commit
fdc74c6d80
|
|
@ -2273,7 +2273,7 @@ final class ApiController extends Controller
|
|||
|
||||
// install dependencies
|
||||
$dependencies = $moduleInfo->getDependencies();
|
||||
foreach ($dependencies as $key => $version) {
|
||||
foreach ($dependencies as $key => $_) {
|
||||
$iResponse = new HttpResponse();
|
||||
$iRequest = new HttpRequest(new HttpUri(''));
|
||||
$iRequest->header->account = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user