Update src/Model/Storage/IWritableStorage.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
c17bc55158
commit
f4941b5b49
|
@ -25,7 +25,7 @@ namespace Friendica\Model\Storage;
|
||||||
* Interface for writable storage backends
|
* Interface for writable storage backends
|
||||||
*
|
*
|
||||||
* Used for storages with CRUD functionality, mainly used for user data (e.g. photos, attachements).
|
* 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
|
interface IWritableStorage extends IStorage
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue