Preparations for "featured" posts

This commit is contained in:
Michael 2022-04-06 13:34:11 +00:00
parent 29f65d250f
commit a1dd299eb3
8 changed files with 125 additions and 5 deletions

View file

@ -492,7 +492,7 @@ class Processor
Logger::debug('Add post to featured collection', ['uri-id' => $uriid]);
// @todo Add functionality
Post\Collection::add($uriid, Post\Collection::FEATURED);
}
/**
@ -509,7 +509,7 @@ class Processor
Logger::debug('Remove post from featured collection', ['uri-id' => $uriid]);
// @todo Add functionality
Post\Collection::remove($uriid, Post\Collection::FEATURED);
}
/**