diff --git a/src/classes/entities/class-tainacan-log.php b/src/classes/entities/class-tainacan-log.php index 02ed6ba83..583c717b7 100644 --- a/src/classes/entities/class-tainacan-log.php +++ b/src/classes/entities/class-tainacan-log.php @@ -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 *