Add todo for develop phase

This commit is contained in:
Philipp Holzer 2021-06-26 21:17:10 +02:00
parent f1f3fa7216
commit b5acc07eaf
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 2 additions and 0 deletions

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
{