fix: gen templates

This commit is contained in:
2025-09-25 00:03:05 +03:00
parent e8f8cda9ce
commit fed82de88d
9 changed files with 13 additions and 15 deletions

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Controller;
namespace OCA\NextcloudAppTemplate\Controller;
use OCP\AppFramework\Http;
use OCP\AppFramework\Http\Attribute\ApiRoute;

View File

@@ -2,10 +2,10 @@
declare(strict_types=1);
// SPDX-FileCopyrightText: Your Name <casraf@pm.me>
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Command;
namespace OCA\NextcloudAppTemplate\Command;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputInterface;

View File

@@ -2,12 +2,10 @@
declare(strict_types=1);
/**
* SPDX-FileCopyrightText: Your Name <casraf@pm.me>
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Migration;
namespace OCA\NextcloudAppTemplate\Migration;
use Closure;
use OCP\DB\ISchemaWrapper;

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Db;
namespace OCA\NextcloudAppTemplate\Db;
use JsonSerializable;

View File

@@ -5,9 +5,9 @@ declare(strict_types=1);
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Db;
namespace OCA\NextcloudAppTemplate\Db;
use OCA\Jukebox\AppInfo\Application;
use OCA\NextcloudAppTemplate\AppInfo\Application;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\AppFramework\Db\QBMapper;
use OCP\DB\QueryBuilder\IQueryBuilder;

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Service;
namespace OCA\NextcloudAppTemplate\Service;
use Psr\Log\LoggerInterface;

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Cron;
namespace OCA\NextcloudAppTemplate\Cron;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\BackgroundJob\QueuedJob;

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Cron;
namespace OCA\NextcloudAppTemplate\Cron;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\BackgroundJob\TimedJob;

View File

@@ -5,7 +5,7 @@ declare(strict_types=1);
// SPDX-FileCopyrightText: Your Name <your@email.com>
// SPDX-License-Identifier: AGPL-3.0-or-later
namespace OCA\Jukebox\Util;
namespace OCA\NextcloudAppTemplate\Util;
use Psr\Log\LoggerInterface;