mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #6048 from mvhirsch/patch-3
fixes php code in storage docs
This commit is contained in:
commit
2fc19afd12
@ -20,7 +20,7 @@ All methods return a Folder object on which files and folders can be accessed, o
|
||||
<?php
|
||||
namespace OCA\MyApp\Storage;
|
||||
|
||||
use OCP\Files\IRootFolder
|
||||
use OCP\Files\IRootFolder;
|
||||
|
||||
class AuthorStorage {
|
||||
|
||||
@ -64,7 +64,7 @@ Files and folders can also be accessed by id, by calling the **getById** method
|
||||
<?php
|
||||
namespace OCA\MyApp\Storage;
|
||||
|
||||
use OCP\Files\IRootFolder
|
||||
use OCP\Files\IRootFolder;
|
||||
|
||||
class AuthorStorage {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user