refactor: move ByteConverter from Helpers to Services namespace
- Move ByteConverter class to App\Ship\Services - Update all imports across Filament form blocks - Update ByteConverterServiceProvider - Add INTEGRATION_CREDENTIAL_PREFIX to CacheKeys enum
This commit is contained in:
@@ -56,5 +56,6 @@ enum CacheKeys: string {
|
||||
case TAGS_PREFIX = 'tags_';
|
||||
case TAG_CONTENT_PREFIX = 'tag_content_';
|
||||
|
||||
|
||||
// Integration Credentials
|
||||
case INTEGRATION_CREDENTIAL_PREFIX = 'integration_credential_';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user