Convert Doctrine specific code to camel case
[MAILPOET-1796]
This commit is contained in:
@@ -32,7 +32,7 @@ class CustomFields extends APIEndpoint {
|
||||
}
|
||||
|
||||
public function getAll() {
|
||||
$collection = $this->customFieldsRepository->findBy([], ['created_at' => 'asc']);
|
||||
$collection = $this->customFieldsRepository->findBy([], ['createdAt' => 'asc']);
|
||||
return $this->successResponse($this->customFieldsResponseBuilder->buildBatch($collection));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user