1
0
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:
Loic Blot
2014-09-30 05:49:27 +00:00
parent 42df9cc510
commit 860b4a3fb5
3 changed files with 8 additions and 56 deletions
+4 -1
View File
@@ -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;
}
}