refactor: standardize json types
All checks were successful
Build Test / build (pull_request) Successful in 19s
JS Unit Tests / test (pull_request) Successful in 17s
PHP Unit Tests / test (pull_request) Successful in 49s

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-02-24 17:40:14 -05:00
parent 2530680c0b
commit e996774881
4 changed files with 4 additions and 4 deletions

View File

@@ -18,6 +18,6 @@ use KTXF\Resource\Provider\ResourceProviderBaseInterface;
*/
interface ProviderBaseInterface extends ResourceProviderBaseInterface{
public const JSON_TYPE = 'chrono.provider';
public const JSON_TYPE = 'chrono:provider';
}