fix after merge 0.13
This commit is contained in:
parent
07025eee66
commit
333aa976fd
|
@ -104,16 +104,6 @@ class Log extends Entity {
|
|||
return $this->get_mapped_property( 'slug' );
|
||||
}
|
||||
|
||||
/**
|
||||
* Return the log slug
|
||||
*
|
||||
* @return mixed|null
|
||||
*/
|
||||
function get_slug() {
|
||||
return $this->get_mapped_property( 'slug' );
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the Log description
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue