mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 15:25:41 +08:00
add postgresql and custom downloader
This commit is contained in:
12
src/SPC/store/source/CustomSourceBase.php
Normal file
12
src/SPC/store/source/CustomSourceBase.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace SPC\store\source;
|
||||
|
||||
abstract class CustomSourceBase
|
||||
{
|
||||
public const NAME = 'unknown';
|
||||
|
||||
abstract public function fetch();
|
||||
}
|
||||
Reference in New Issue
Block a user