1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

Fix namespace for OcSmsApp into controller

This commit is contained in:
Loic Blot 2014-10-06 14:14:56 +02:00
parent 5b333a0091
commit 6394f7394d

View File

@ -16,6 +16,7 @@ use \OCP\IRequest;
use \OCP\AppFramework\Http\TemplateResponse;
use \OCP\AppFramework\Controller;
use \OCP\AppFramework\Http\JSONResponse;
use \OCA\OcSms\AppInfo\OcSmsApp;
use \OCA\OcSms\Db\SmsMapper;
class SmsController extends Controller {