fix after merge 0.13

This commit is contained in:
leogermani 2019-10-29 15:01:38 -03:00
parent 07025eee66
commit 333aa976fd
1 changed files with 0 additions and 10 deletions

View File

@ -94,15 +94,6 @@ class Log extends Entity {
function get_date() {
return $this->get_mapped_property( 'date' );
}
/**
* Return the log slug
*
* @return mixed|null
*/
function get_slug() {
return $this->get_mapped_property( 'slug' );
}
/**
* Return the log slug
@ -113,7 +104,6 @@ class Log extends Entity {
return $this->get_mapped_property( 'slug' );
}
/**
* Return the Log description
*