mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Fix loading legacy global filecache gc backgroundjobs
This commit is contained in:
parent
0501a947bc
commit
98ef90ad04
1 changed files with 4 additions and 0 deletions
4
lib/private/legacy/cache/fileglobalgc.php
vendored
Normal file
4
lib/private/legacy/cache/fileglobalgc.php
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
class OC_Cache_FileGlobalGC extends OC\Cache\FileGlobalGC{
|
||||
}
|
||||
Loading…
Reference in a new issue