File "instance.cls.php"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/litespeed-cache/src/instance.cls.php
File size: 153 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The abstract instance
*
* @since 3.0
*/
namespace LiteSpeed;
defined( 'WPINC' ) || exit;
abstract class Instance extends Root {
}