Feature: allow to administrate budget resources and charges from the admin

This commit is contained in:
2023-01-23 20:40:01 +00:00
parent 99482edf0d
commit c4eb45edcc
57 changed files with 1546 additions and 49 deletions

View File

@@ -22,7 +22,7 @@ class ChillDocumentLockManager implements DocumentLockManagerInterface
private const LOCK_DURATION = 60 * 30;
/**
* Number of seconds to keep the lock after the delete lock operation.
* Number of seconds to keep the lock after the delete lock operation
*/
private const LOCK_GRACEFUL_DURATION_TIME = 3;