chore: remove unused model

This commit is contained in:
loks0n 2024-09-26 13:00:55 +01:00
parent 6c2e407ffb
commit 9f7d474455

View file

@ -251,7 +251,6 @@ class Response extends SwooleResponse
public const MODEL_RUNTIME_LIST = 'runtimeList';
public const MODEL_DEPLOYMENT = 'deployment';
public const MODEL_DEPLOYMENT_LIST = 'deploymentList';
public const MODEL_PAYLOAD = 'payload';
public const MODEL_EXECUTION = 'execution';
public const MODEL_EXECUTION_LIST = 'executionList';
public const MODEL_BUILD = 'build';