Sfoglia il codice sorgente

fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php and declare strict_types for the new file as suggested

pull/44915/head
yemkareems 1 mese fa
parent
commit
4e409ab489
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      core/Command/User/ClearGeneratedAvatarCacheCommand.php

+ 3
- 0
core/Command/User/ClearGeneratedAvatarCacheCommand.php Vedi File

@@ -1,4 +1,7 @@
<?php

declare(strict_types=1);

/**
* @copyright Copyright (c) 2024, Nextcloud GmbH
*

Loading…
Annulla
Salva