Rebuild Cache in Setup

Admin

Administrator

Rebuild Cache in Setup

PHP:
public function postInstall(array &$stateChanges)
    {
        // Rebuild Cache
        \XF::repository(EditorRepository::class)->rebuildDiesUndDasCache();
    }
 
Zurück
Oben