mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php and declare strict_types for the new file as suggested
This commit is contained in:
parent
5fffbcfe86
commit
4e409ab489
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* @copyright Copyright (c) 2024, Nextcloud GmbH
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue