mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-11 16:32:55 +00:00
don't remove templateresponse
This commit is contained in:
@@ -13,6 +13,7 @@ namespace OCA\OcSms\Controller;
|
||||
|
||||
|
||||
use \OCP\IRequest;
|
||||
use \OCP\AppFramework\Http\TemplateResponse;
|
||||
use \OCP\AppFramework\Controller;
|
||||
use \OCP\AppFramework\Http\JSONResponse;
|
||||
use \OCA\OcSms\Db\SmsMapper;
|
||||
@@ -21,7 +22,6 @@ class SmsController extends Controller {
|
||||
|
||||
private $userId;
|
||||
private $smsMapper;
|
||||
// TMP
|
||||
private $errorMsg;
|
||||
|
||||
public function __construct($appName, IRequest $request, $userId, SmsMapper $mapper){
|
||||
|
||||
Reference in New Issue
Block a user