changed error-prone namespace

This commit is contained in:
huangjx
2021-09-10 12:42:25 +08:00
parent fa2aedb13a
commit 8fa818fa46
23 changed files with 56 additions and 56 deletions

View File

@@ -1,13 +1,13 @@
<?php
namespace OCA\NcDownloader\Settings;
namespace OCA\NCDownloader\Settings;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\IConfig;
use OCP\IDBConnection;
use OCP\Settings\ISettings;
use OCA\NcDownloader\Tools\Settings;
use OCA\NCDownloader\Tools\Settings;
class Admin implements ISettings {

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace OCA\NcDownloader\Settings;
namespace OCA\NCDownloader\Settings;
use OCP\IL10N;
use OCP\IURLGenerator;

View File

@@ -1,14 +1,14 @@
<?php
namespace OCA\NcDownloader\Settings;
namespace OCA\NCDownloader\Settings;
use OCP\AppFramework\Http\TemplateResponse;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\IConfig;
use OCP\IDBConnection;
use OCP\Settings\ISettings;
use OCA\NcDownloader\Tools\Settings;
use OCA\NcDownloader\Tools\Helper;
use OCA\NCDownloader\Tools\Settings;
use OCA\NCDownloader\Tools\Helper;
class Personal implements ISettings {

View File

@@ -2,7 +2,7 @@
declare(strict_types=1);
namespace OCA\NcDownloader\Settings;
namespace OCA\NCDownloader\Settings;
use OCP\IL10N;
use OCP\IURLGenerator;