Added NccBuildFlags
This commit is contained in:
parent
b96759b4e6
commit
97c212979a
1 changed files with 12 additions and 0 deletions
12
src/ncc/Abstracts/NccBuildFlags.php
Normal file
12
src/ncc/Abstracts/NccBuildFlags.php
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
namespace ncc\Abstracts;
|
||||||
|
|
||||||
|
abstract class NccBuildFlags
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Indicates if the build is currently unstable and some features may not work correctly
|
||||||
|
* and can cause errors
|
||||||
|
*/
|
||||||
|
const Unstable = 'UNSTABLE';
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue