mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-20 12:52:58 +00:00
Use mapper properly on controller. Need tests
This commit is contained in:
@@ -35,7 +35,8 @@ class Application extends App {
|
||||
return new SmsController(
|
||||
$c->query('AppName'),
|
||||
$c->query('Request'),
|
||||
$c->query('UserId')
|
||||
$c->query('UserId'),
|
||||
$c->query('SmsMapper')
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user