ezidam: settings: branding: show updated_at
This commit is contained in:
parent
14bff68cbf
commit
c8700cfdc8
4 changed files with 10 additions and 0 deletions
|
|
@ -26,4 +26,10 @@ impl Settings {
|
|||
pub fn url(&self) -> Option<&str> {
|
||||
self.url.as_deref()
|
||||
}
|
||||
pub fn created_at(&self) -> DateTime<Utc> {
|
||||
self.created_at
|
||||
}
|
||||
pub fn updated_at(&self) -> DateTime<Utc> {
|
||||
self.updated_at
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue