From 5e1f5a639f1f3d8b064d4254fd3d81239c393cc6 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Mon, 21 Jun 2021 16:24:59 +0200 Subject: Remove getGUID methods from Item classes --- core/namespace/Post/Item.php | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'core/namespace/Post') diff --git a/core/namespace/Post/Item.php b/core/namespace/Post/Item.php index 1adf897..e8b4615 100644 --- a/core/namespace/Post/Item.php +++ b/core/namespace/Post/Item.php @@ -4,17 +4,6 @@ namespace Post; class Item extends \Item { const CONFIGURATION = 'POST'; - #=============================================================================== - # Return unique pseudo GUID - #=============================================================================== - public function getGUID(): string { - foreach(\Application::get('POST.FEED_GUID') as $attribute) { - $attributes[] = $this->Attribute->get($attribute); - } - - return sha1(implode(NULL, $attributes)); - } - #=============================================================================== # Return unique post IDs for search results #=============================================================================== -- cgit v1.2.3