mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Plugins base (#613)
* wip * wip * cleanup * notification channels * phpstan * services * remove server types * refactoring * refactoring
This commit is contained in:
@ -14,6 +14,11 @@ class Gitlab extends AbstractSourceControlProvider
|
||||
|
||||
protected string $apiVersion = 'api/v4';
|
||||
|
||||
public static function id(): string
|
||||
{
|
||||
return 'gitlab';
|
||||
}
|
||||
|
||||
public function createRules(array $input): array
|
||||
{
|
||||
return [
|
||||
|
Reference in New Issue
Block a user