File "instance.cls.php"
Full Path: /home/flipjqml/onlinebetsolution.com/next_old/wp-content/plugins/litespeed-cache/src/instance.cls.php
File size: 154 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
{
}