mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-26 22:09:45 -06:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -24,7 +24,7 @@ class BaseController extends Controller
|
||||
'message' => $error,
|
||||
];
|
||||
|
||||
if (! empty($errorMessages)) {
|
||||
if (!empty($errorMessages)) {
|
||||
$response['data'] = $errorMessages;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user