Enforce array trailling commas
[MAILPOET-2090]
This commit is contained in:
@ -100,7 +100,7 @@ class ImportExport extends APIEndpoint {
|
||||
return $this->successResponse();
|
||||
} catch (\Exception $e) {
|
||||
return $this->errorResponse([
|
||||
$e->getCode() => $e->getMessage()
|
||||
$e->getCode() => $e->getMessage(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user