1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-23 06:13:09 +00:00

Change Application to OcSmsMap on controller

This commit is contained in:
Ner'zhul
2014-10-01 17:52:59 +02:00
parent 60cd139e95
commit 75fdc0b4da
+1 -1
View File
@@ -25,7 +25,7 @@ class SmsController extends Controller {
private $smsMapper; private $smsMapper;
private $errorMsg; private $errorMsg;
public function __construct ($appName, IRequest $request, $userId, SmsMapper $mapper, Application $app){ public function __construct ($appName, IRequest $request, $userId, SmsMapper $mapper, OcSmsApp $app){
parent::__construct($appName, $request); parent::__construct($appName, $request);
$this->app = $app; $this->app = $app;
$this->userId = $userId; $this->userId = $userId;