mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
removed useless namespace aliasing
This commit is contained in:
@@ -24,8 +24,8 @@ The apptemplate comes with several different controllers. A simple controller wo
|
||||
|
||||
namespace OCA\YourApp\Controller;
|
||||
|
||||
use \OCA\AppFramework\Controller\Controller as Controller;
|
||||
use \OCA\AppFramework\Http\JSONResponse as JSONResponse;
|
||||
use \OCA\AppFramework\Controller\Controller;
|
||||
use \OCA\AppFramework\Http\JSONResponse;
|
||||
|
||||
|
||||
class MyController extends Controller {
|
||||
|
||||
Reference in New Issue
Block a user