Add todo for develop phase

2022.09-rc
Philipp 2021-06-26 21:17:10 +02:00
rodzic f1f3fa7216
commit b5acc07eaf
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9A28B7D4FF5667BD
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,8 @@ namespace Friendica\Model\Storage;
/** /**
* Interface for storage backends * 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 interface IStorage
{ {