From 333aa976fd3bdeaa4ab6a04725fcf9a1d820e6d6 Mon Sep 17 00:00:00 2001 From: leogermani Date: Tue, 29 Oct 2019 15:01:38 -0300 Subject: [PATCH] fix after merge 0.13 --- src/classes/entities/class-tainacan-log.php | 10 ---------- 1 file changed, 10 deletions(-) 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 *