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

This commit is contained in:
yemkareems 2024-04-18 13:45:35 +05:30
parent 5fffbcfe86
commit 4e409ab489
No known key found for this signature in database
GPG Key ID: 4293DA00B9478934
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2024, Nextcloud GmbH
*