14 lines
154 B
PHP
Raw Normal View History

2024-04-29 13:12:44 +05:45
<?php
/**
* The abstract instance
*
* @since 3.0
*/
namespace LiteSpeed;
defined('WPINC') || exit();
abstract class Instance extends Root
{
}