Add constants

This commit is contained in:
Lance Pioch 2022-10-23 22:21:08 -04:00
parent 1f93291ddb
commit 2f5804b2c9

View file

@ -19,6 +19,9 @@ class NodeViewController extends Controller
{
use JavascriptInjection;
public const THRESHOLD_PERCENTAGE_LOW = 75;
public const THRESHOLD_PERCENTAGE_MEDIUM = 90;
/**
* NodeViewController constructor.
*/