Fix loading legacy global filecache gc backgroundjobs

This commit is contained in:
Robin Appelman 2013-10-05 23:19:12 +02:00
parent 0501a947bc
commit 98ef90ad04
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?php
class OC_Cache_FileGlobalGC extends OC\Cache\FileGlobalGC{
}