Initial commit

This commit is contained in:
2021-12-07 17:26:34 +01:00
commit 0c9fd2e892
15 changed files with 674 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?php
namespace Spark\Resource;
abstract class ResourceType
{
abstract public function info();
}