| Current Path : /proc/thread-self/root/usr/src/litespeed-wp-plugin/6.5.2/litespeed-cache/src/ |
| Current File : //proc/thread-self/root/usr/src/litespeed-wp-plugin/6.5.2/litespeed-cache/src/instance.cls.php |
<?php
/**
* The abstract instance
*
* @since 3.0
*/
namespace LiteSpeed;
defined('WPINC') || exit();
abstract class Instance extends Root
{
}