Add constants
This commit is contained in:
parent
1f93291ddb
commit
2f5804b2c9
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ class NodeViewController extends Controller
|
|||
{
|
||||
use JavascriptInjection;
|
||||
|
||||
public const THRESHOLD_PERCENTAGE_LOW = 75;
|
||||
public const THRESHOLD_PERCENTAGE_MEDIUM = 90;
|
||||
|
||||
/**
|
||||
* NodeViewController constructor.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue