mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-22 12:28:40 +00:00
fix tests
This commit is contained in:
parent
a6ec269aa1
commit
ffcc3ee795
|
|
@ -301,7 +301,7 @@ final class ApiController extends Controller
|
|||
$request->setData('language', $tag['language'], true);
|
||||
|
||||
$internalResponse = new HttpResponse();
|
||||
$this->app->moduleManager->get('Tag')->apiTagCreate($request, $internalResponse, null);
|
||||
$this->app->moduleManager->get('Tag')->apiTagCreate($request, $internalResponse);
|
||||
|
||||
if (!\is_array($data = $internalResponse->get($request->uri->__toString()))) {
|
||||
continue;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user