Current File : //proc/2891576/root/usr/src/litespeed-wp-plugin/6.0.0.1/litespeed-cache/src/instance.cls.php
<?php
/**
 * The abstract instance
 *
 * @since      	3.0
 */
namespace LiteSpeed;

defined('WPINC') || exit();

abstract class Instance extends Root
{
}