change date keys
[PREMIUM-213]
This commit is contained in:
@ -47,8 +47,8 @@ class Tags extends APIEndpoint {
|
|||||||
'id' => $tag->getId(),
|
'id' => $tag->getId(),
|
||||||
'name' => $tag->getName(),
|
'name' => $tag->getName(),
|
||||||
'description' => $tag->getDescription(),
|
'description' => $tag->getDescription(),
|
||||||
'created' => $tag->getCreatedAt(),
|
'created_at' => $tag->getCreatedAt(),
|
||||||
'updated' => $tag->getUpdatedAt(),
|
'updated_at' => $tag->getUpdatedAt(),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user