Update src/Model/Storage/IWritableStorage.php

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Philipp 2021-08-15 13:55:04 +02:00 committed by Philipp
parent c17bc55158
commit f4941b5b49
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ namespace Friendica\Model\Storage;
* Interface for writable storage backends
*
* Used for storages with CRUD functionality, mainly used for user data (e.g. photos, attachements).
* There's only one active, writable storage possible. This type of storages are selectable by the current administrator
* There's only one active writable storage possible. This type of storage is selectable by the current administrator.
*/
interface IWritableStorage extends IStorage
{