Mark ItemInserter as internal

This commit is contained in:
Art4 2025-01-23 09:16:14 +00:00
parent 4c95605711
commit cfc07d7b0d

View file

@ -13,6 +13,8 @@ use Friendica\Protocol\Activity;
/** /**
* A helper class for inserting an Item Model * A helper class for inserting an Item Model
* *
* @internal only for use in Friendica\Content\Item class
*
* @see Item::insert() * @see Item::insert()
*/ */
final class ItemInserter final class ItemInserter