Fix AppFramework CSP namespace
parent
1f22ea1e16
commit
2179af8a91
|
@ -14,7 +14,6 @@ namespace OCA\Weather\AppInfo;
|
||||||
|
|
||||||
use \OCP\AppFramework\App;
|
use \OCP\AppFramework\App;
|
||||||
use \OCP\IContainer;
|
use \OCP\IContainer;
|
||||||
use \OCP\AppFramework\Http\StrictContentSecurityPolicy;
|
|
||||||
|
|
||||||
use \OCA\Weather\Controller\CityController;
|
use \OCA\Weather\Controller\CityController;
|
||||||
use \OCA\Weather\Controller\SettingsController;
|
use \OCA\Weather\Controller\SettingsController;
|
||||||
|
|
|
@ -17,6 +17,7 @@ use \OCP\AppFramework\Http\TemplateResponse;
|
||||||
use \OCP\AppFramework\Controller;
|
use \OCP\AppFramework\Controller;
|
||||||
use \OCP\AppFramework\Http\JSONResponse;
|
use \OCP\AppFramework\Http\JSONResponse;
|
||||||
use \OCP\AppFramework\Http;
|
use \OCP\AppFramework\Http;
|
||||||
|
use \OCP\AppFramework\Http\StrictContentSecurityPolicy;
|
||||||
|
|
||||||
use \OCA\Weather\Db\CityEntity;
|
use \OCA\Weather\Db\CityEntity;
|
||||||
use \OCA\Weather\Db\CityMapper;
|
use \OCA\Weather\Db\CityMapper;
|
||||||
|
|
Loading…
Reference in New Issue