mirror of
https://github.com/Karaka-Management/oms-Search.git
synced 2026-02-16 09:58:40 +00:00
Automated formatting changes (NO_CI)
This commit is contained in:
parent
fb12d71f2e
commit
317010f951
|
|
@ -70,7 +70,7 @@ final class ApiController extends Controller
|
||||||
$response
|
$response
|
||||||
);
|
);
|
||||||
|
|
||||||
if (empty($response->$data)) {
|
if (empty($response->{$data})) {
|
||||||
$this->fillJsonRawResponse($request, $response, []);
|
$this->fillJsonRawResponse($request, $response, []);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user