mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
Link App with SmsController
This commit is contained in:
@@ -41,7 +41,8 @@ class Application extends App {
|
||||
$c->query('AppName'),
|
||||
$c->query('Request'),
|
||||
$c->query('UserId'),
|
||||
$c->query('SmsMapper')
|
||||
$c->query('SmsMapper'),
|
||||
$this
|
||||
);
|
||||
});
|
||||
|
||||
@@ -86,5 +87,7 @@ class Application extends App {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return self::$contacts;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user