fix after merge 0.13
This commit is contained in:
parent
07025eee66
commit
333aa976fd
|
@ -94,15 +94,6 @@ class Log extends Entity {
|
||||||
function get_date() {
|
function get_date() {
|
||||||
return $this->get_mapped_property( '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
|
* Return the log slug
|
||||||
|
@ -113,7 +104,6 @@ class Log extends Entity {
|
||||||
return $this->get_mapped_property( 'slug' );
|
return $this->get_mapped_property( 'slug' );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the Log description
|
* Return the Log description
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue