Added DefinedRemoteSourceType.php
https://git.n64.cc/nosial/ncc/-/issues/28
This commit is contained in:
parent
1f4ef9aba1
commit
b3c8779313
1 changed files with 12 additions and 0 deletions
12
src/ncc/Abstracts/DefinedRemoteSourceType.php
Normal file
12
src/ncc/Abstracts/DefinedRemoteSourceType.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
namespace ncc\Abstracts;
|
||||
|
||||
abstract class DefinedRemoteSourceType
|
||||
{
|
||||
const Git = 'git';
|
||||
|
||||
const Gitlab = 'gitlab';
|
||||
|
||||
const Github = 'github';
|
||||
}
|
Loading…
Add table
Reference in a new issue