Add todo for develop phase

This commit is contained in:
Philipp
2021-06-26 21:17:10 +02:00
parent f1f3fa7216
commit b5acc07eaf

View File

@@ -23,6 +23,8 @@ namespace Friendica\Model\Storage;
/**
* Interface for storage backends
*
* @todo Split this interface into "IStorage" for get() operations (including Resource fetching) and "IUserStorage" for real user backends including put/delete/options
*/
interface IStorage
{