initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* The abstract instance
|
||||
*
|
||||
* @since 3.0
|
||||
*/
|
||||
namespace LiteSpeed;
|
||||
|
||||
defined('WPINC') || exit();
|
||||
|
||||
abstract class Instance extends Root
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user