Init
This commit is contained in:
förälder
3c8db1d872
incheckning
27239be8c6
8 ändrade filer med 4028 tillägg och 1 borttagningar
13
lib/AppInfo/Application.php
Normal file
13
lib/AppInfo/Application.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace OCA\NotesTutorial\AppInfo;
|
||||
|
||||
use OCP\AppFramework\App;
|
||||
|
||||
class Application extends App {
|
||||
public const APP_ID = 'groupfolder_filesystem_snapshots';
|
||||
|
||||
public function __construct() {
|
||||
parent::__construct(self::APP_ID);
|
||||
}
|
||||
}
|
Laddar…
Lägg till tabell
Add a link
Hänvisa till i nytt ärende