Added ProjectType to \ncc\Abstracts
This commit is contained in:
parent
9003222d51
commit
6a37c8216d
1 changed files with 12 additions and 0 deletions
12
src/ncc/Abstracts/ProjectType.php
Normal file
12
src/ncc/Abstracts/ProjectType.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ncc\Abstracts;
|
||||||
|
|
||||||
|
abstract class ProjectType
|
||||||
|
{
|
||||||
|
const Composer = 'composer';
|
||||||
|
|
||||||
|
const Ncc = 'ncc';
|
||||||
|
|
||||||
|
const Unknown = 'unknown';
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue