Automated formatting changes (NO_CI)

This commit is contained in:
Formatter Bot 2023-09-25 15:17:42 +00:00
parent fb12d71f2e
commit 317010f951

View File

@ -70,7 +70,7 @@ final class ApiController extends Controller
$response
);
if (empty($response->$data)) {
if (empty($response->{$data})) {
$this->fillJsonRawResponse($request, $response, []);
}
}