Fix AppFramework CSP namespace

master
Alfred Egger 2019-11-06 15:52:47 +01:00
parent 1f22ea1e16
commit 2179af8a91
2 changed files with 1 additions and 1 deletions

View File

@ -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;

View File

@ -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;