Browse Source
composer run cs:fix
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
pull/32960/head
Côme Chilliet
3 years ago
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
2 changed files with
0 additions and
2 deletions
-
lib/private/App/Platform.php
-
lib/private/DB/MigrationService.php
|
|
|
@ -35,7 +35,6 @@ use OCP\IConfig; |
|
|
|
* @package OC\App |
|
|
|
*/ |
|
|
|
class Platform { |
|
|
|
|
|
|
|
private IConfig $config; |
|
|
|
|
|
|
|
public function __construct(IConfig $config) { |
|
|
|
|
|
|
|
@ -45,7 +45,6 @@ use OCP\Migration\IOutput; |
|
|
|
use Psr\Log\LoggerInterface; |
|
|
|
|
|
|
|
class MigrationService { |
|
|
|
|
|
|
|
private bool $migrationTableCreated; |
|
|
|
private array $migrations; |
|
|
|
private string $migrationsPath; |
|
|
|
|