Initial commit
This commit is contained in:
6
runtime/SparkPlug.php
Normal file
6
runtime/SparkPlug.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
abstract class SparkPlug
|
||||
{
|
||||
abstract public function load();
|
||||
}
|
Reference in New Issue
Block a user