renamed app 'OCC Web'

This commit is contained in:
2019-01-19 15:54:24 +01:00
parent c909a11420
commit 32837fffa6
7 changed files with 20 additions and 19 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace OCA\TestNextcloudApp\Controller;
namespace OCA\OCCWeb\Controller;
use OC\Console\Application;
use OCP\IRequest;
@ -56,7 +56,7 @@ class OCCController extends Controller implements IRequest
*/
public function index()
{
return new TemplateResponse('testnextcloudapp', 'index'); // templates/index.php
return new TemplateResponse('occweb', 'index'); // templates/index.php
}
private function run($input)