Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db1d94b4 authored by Akhil's avatar Akhil 🙂
Browse files

correct app id

parent c15e2050
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ use OCA\EcloudAccounts\Listeners\UserChangedListener;
class Application extends App implements IBootstrap
{

    const APP_ID = 'drop_account';
    const APP_ID = 'ecloud-accounts';

    public function __construct(array $urlParams = [])
    {