diff options
Diffstat (limited to 'core/namespace/Page')
-rw-r--r-- | core/namespace/Page/Item.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/core/namespace/Page/Item.php b/core/namespace/Page/Item.php index 46545d6..cbc99e6 100644 --- a/core/namespace/Page/Item.php +++ b/core/namespace/Page/Item.php @@ -5,17 +5,6 @@ class Item extends \Item { const CONFIGURATION = 'PAGE'; #=============================================================================== - # Return unique pseudo GUID - #=============================================================================== - public function getGUID(): string { - foreach(\Application::get('PAGE.FEED_GUID') as $attribute) { - $attributes[] = $this->Attribute->get($attribute); - } - - return sha1(implode(NULL, $attributes)); - } - - #=============================================================================== # Return unique page IDs for search results #=============================================================================== public static function getSearchResultIDs($search, \Database $Database): array { |