Fix incorect APP_ID for bootstrap
parent
a7362fe2be
commit
a63cffff53
|
@ -23,7 +23,7 @@
|
|||
<database min-version="9.4">pgsql</database>
|
||||
<database>sqlite</database>
|
||||
<database min-version="5.5">mysql</database>
|
||||
<nextcloud min-version="14" max-version="27"/>
|
||||
<nextcloud min-version="14" max-version="28"/>
|
||||
</dependencies>
|
||||
<settings>
|
||||
<admin>OCA\GpxEdit\Settings\Admin</admin>
|
||||
|
|
|
@ -33,7 +33,7 @@ use OCP\EventDispatcher\IEventDispatcher;
|
|||
*/
|
||||
class Application extends App implements IBootstrap {
|
||||
|
||||
public const APP_ID = 'gpxmotion';
|
||||
public const APP_ID = 'gpxedit';
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
|
Loading…
Reference in New Issue