fixed more indentations
This commit is contained in:
parent
acf8990de1
commit
f031591753
9 changed files with 148 additions and 148 deletions
|
@ -6,21 +6,21 @@ use OCP\Settings\ISettings;
|
|||
|
||||
class SnapshotsAdmin implements ISettings {
|
||||
|
||||
public function __construct() {
|
||||
}
|
||||
public function __construct() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @return TemplateResponse
|
||||
*/
|
||||
public function getForm() {
|
||||
return new TemplateResponse('groupfolder_filesystem_snapshots', 'settings/admin');
|
||||
}
|
||||
/**
|
||||
* @return TemplateResponse
|
||||
*/
|
||||
public function getForm() {
|
||||
return new TemplateResponse('groupfolder_filesystem_snapshots', 'settings/admin');
|
||||
}
|
||||
|
||||
public function getSection() {
|
||||
return 'groupfolder_filesystem_snapshots';
|
||||
}
|
||||
public function getSection() {
|
||||
return 'groupfolder_filesystem_snapshots';
|
||||
}
|
||||
|
||||
public function getPriority() {
|
||||
return 10;
|
||||
}
|
||||
public function getPriority() {
|
||||
return 10;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue