From: Philipp Date: Sat, 26 Jun 2021 19:17:10 +0000 (+0200) Subject: Add todo for develop phase X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5acc07eafb0ef29003f002dad5275f49760e7ff;p=friendica.git Add todo for develop phase --- diff --git a/src/Model/Storage/IStorage.php b/src/Model/Storage/IStorage.php index 8a9b60f73b..0a0f589587 100644 --- a/src/Model/Storage/IStorage.php +++ b/src/Model/Storage/IStorage.php @@ -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 {