1
0
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:
Loïc Blot (@U-Exp)
2014-09-12 16:31:08 +02:00
parent 43d122a6b8
commit b853362683
3 changed files with 35 additions and 17 deletions
+2 -1
View File
@@ -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')
);
});