diff --git a/Admin/Infrastructure/Api/Wordpress/AdminMenuRegistrar.php b/Admin/Infrastructure/Api/WordPress/AdminMenuRegistrar.php similarity index 100% rename from Admin/Infrastructure/Api/Wordpress/AdminMenuRegistrar.php rename to Admin/Infrastructure/Api/WordPress/AdminMenuRegistrar.php diff --git a/Admin/Shared/Infrastructure/Api/Wordpress/AdminAjaxHandler.php b/Admin/Shared/Infrastructure/Api/WordPress/AdminAjaxHandler.php similarity index 100% rename from Admin/Shared/Infrastructure/Api/Wordpress/AdminAjaxHandler.php rename to Admin/Shared/Infrastructure/Api/WordPress/AdminAjaxHandler.php diff --git a/schemas/.gitkeep b/Schemas/.gitkeep similarity index 100% rename from schemas/.gitkeep rename to Schemas/.gitkeep diff --git a/schemas/contact-form.json b/Schemas/contact-form.json similarity index 100% rename from schemas/contact-form.json rename to Schemas/contact-form.json diff --git a/schemas/cta-box-sidebar.json b/Schemas/cta-box-sidebar.json similarity index 100% rename from schemas/cta-box-sidebar.json rename to Schemas/cta-box-sidebar.json diff --git a/schemas/cta-lets-talk.json b/Schemas/cta-lets-talk.json similarity index 100% rename from schemas/cta-lets-talk.json rename to Schemas/cta-lets-talk.json diff --git a/schemas/cta-post.json b/Schemas/cta-post.json similarity index 100% rename from schemas/cta-post.json rename to Schemas/cta-post.json diff --git a/schemas/featured-image.json b/Schemas/featured-image.json similarity index 100% rename from schemas/featured-image.json rename to Schemas/featured-image.json diff --git a/schemas/footer.json b/Schemas/footer.json similarity index 100% rename from schemas/footer.json rename to Schemas/footer.json diff --git a/schemas/hero.json b/Schemas/hero.json similarity index 100% rename from schemas/hero.json rename to Schemas/hero.json diff --git a/schemas/navbar.json b/Schemas/navbar.json similarity index 100% rename from schemas/navbar.json rename to Schemas/navbar.json diff --git a/schemas/related-post.json b/Schemas/related-post.json similarity index 100% rename from schemas/related-post.json rename to Schemas/related-post.json diff --git a/schemas/social-share.json b/Schemas/social-share.json similarity index 100% rename from schemas/social-share.json rename to Schemas/social-share.json diff --git a/schemas/table-of-contents.json b/Schemas/table-of-contents.json similarity index 100% rename from schemas/table-of-contents.json rename to Schemas/table-of-contents.json diff --git a/schemas/theme-settings.json b/Schemas/theme-settings.json similarity index 100% rename from schemas/theme-settings.json rename to Schemas/theme-settings.json diff --git a/schemas/top-notification-bar.json b/Schemas/top-notification-bar.json similarity index 100% rename from schemas/top-notification-bar.json rename to Schemas/top-notification-bar.json diff --git a/shared/Application/.gitkeep b/Shared/Application/.gitkeep similarity index 100% rename from shared/Application/.gitkeep rename to Shared/Application/.gitkeep diff --git a/shared/Application/Contracts/.gitkeep b/Shared/Application/Contracts/.gitkeep similarity index 100% rename from shared/Application/Contracts/.gitkeep rename to Shared/Application/Contracts/.gitkeep diff --git a/shared/Application/Dtos/.gitkeep b/Shared/Application/Dtos/.gitkeep similarity index 100% rename from shared/Application/Dtos/.gitkeep rename to Shared/Application/Dtos/.gitkeep diff --git a/shared/Application/README.md b/Shared/Application/README.md similarity index 100% rename from shared/Application/README.md rename to Shared/Application/README.md diff --git a/shared/Application/Services/.gitkeep b/Shared/Application/Services/.gitkeep similarity index 100% rename from shared/Application/Services/.gitkeep rename to Shared/Application/Services/.gitkeep diff --git a/shared/Application/UseCases/.gitkeep b/Shared/Application/UseCases/.gitkeep similarity index 100% rename from shared/Application/UseCases/.gitkeep rename to Shared/Application/UseCases/.gitkeep diff --git a/shared/Application/UseCases/DeleteComponent/DeleteComponentRequest.php b/Shared/Application/UseCases/DeleteComponent/DeleteComponentRequest.php similarity index 100% rename from shared/Application/UseCases/DeleteComponent/DeleteComponentRequest.php rename to Shared/Application/UseCases/DeleteComponent/DeleteComponentRequest.php diff --git a/shared/Application/UseCases/DeleteComponent/DeleteComponentResponse.php b/Shared/Application/UseCases/DeleteComponent/DeleteComponentResponse.php similarity index 100% rename from shared/Application/UseCases/DeleteComponent/DeleteComponentResponse.php rename to Shared/Application/UseCases/DeleteComponent/DeleteComponentResponse.php diff --git a/shared/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php b/Shared/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php similarity index 100% rename from shared/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php rename to Shared/Application/UseCases/DeleteComponent/DeleteComponentUseCase.php diff --git a/shared/Application/UseCases/GetComponent/GetComponentRequest.php b/Shared/Application/UseCases/GetComponent/GetComponentRequest.php similarity index 100% rename from shared/Application/UseCases/GetComponent/GetComponentRequest.php rename to Shared/Application/UseCases/GetComponent/GetComponentRequest.php diff --git a/shared/Application/UseCases/GetComponent/GetComponentResponse.php b/Shared/Application/UseCases/GetComponent/GetComponentResponse.php similarity index 100% rename from shared/Application/UseCases/GetComponent/GetComponentResponse.php rename to Shared/Application/UseCases/GetComponent/GetComponentResponse.php diff --git a/shared/Application/UseCases/GetComponent/GetComponentUseCase.php b/Shared/Application/UseCases/GetComponent/GetComponentUseCase.php similarity index 100% rename from shared/Application/UseCases/GetComponent/GetComponentUseCase.php rename to Shared/Application/UseCases/GetComponent/GetComponentUseCase.php diff --git a/shared/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php b/Shared/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php similarity index 100% rename from shared/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php rename to Shared/Application/UseCases/GetComponentSettings/GetComponentSettingsUseCase.php diff --git a/shared/Application/UseCases/SaveComponent/SaveComponentRequest.php b/Shared/Application/UseCases/SaveComponent/SaveComponentRequest.php similarity index 100% rename from shared/Application/UseCases/SaveComponent/SaveComponentRequest.php rename to Shared/Application/UseCases/SaveComponent/SaveComponentRequest.php diff --git a/shared/Application/UseCases/SaveComponent/SaveComponentResponse.php b/Shared/Application/UseCases/SaveComponent/SaveComponentResponse.php similarity index 100% rename from shared/Application/UseCases/SaveComponent/SaveComponentResponse.php rename to Shared/Application/UseCases/SaveComponent/SaveComponentResponse.php diff --git a/shared/Application/UseCases/SaveComponent/SaveComponentUseCase.php b/Shared/Application/UseCases/SaveComponent/SaveComponentUseCase.php similarity index 100% rename from shared/Application/UseCases/SaveComponent/SaveComponentUseCase.php rename to Shared/Application/UseCases/SaveComponent/SaveComponentUseCase.php diff --git a/shared/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php b/Shared/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php similarity index 100% rename from shared/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php rename to Shared/Application/UseCases/SaveComponentSettings/SaveComponentSettingsUseCase.php diff --git a/shared/Application/UseCases/SyncSchema/SyncSchemaRequest.php b/Shared/Application/UseCases/SyncSchema/SyncSchemaRequest.php similarity index 100% rename from shared/Application/UseCases/SyncSchema/SyncSchemaRequest.php rename to Shared/Application/UseCases/SyncSchema/SyncSchemaRequest.php diff --git a/shared/Application/UseCases/SyncSchema/SyncSchemaResponse.php b/Shared/Application/UseCases/SyncSchema/SyncSchemaResponse.php similarity index 100% rename from shared/Application/UseCases/SyncSchema/SyncSchemaResponse.php rename to Shared/Application/UseCases/SyncSchema/SyncSchemaResponse.php diff --git a/shared/Application/UseCases/SyncSchema/SyncSchemaUseCase.php b/Shared/Application/UseCases/SyncSchema/SyncSchemaUseCase.php similarity index 100% rename from shared/Application/UseCases/SyncSchema/SyncSchemaUseCase.php rename to Shared/Application/UseCases/SyncSchema/SyncSchemaUseCase.php diff --git a/shared/Domain/Contracts/.gitkeep b/Shared/Domain/Contracts/.gitkeep similarity index 100% rename from shared/Domain/Contracts/.gitkeep rename to Shared/Domain/Contracts/.gitkeep diff --git a/shared/Domain/Contracts/AjaxControllerInterface.php b/Shared/Domain/Contracts/AjaxControllerInterface.php similarity index 100% rename from shared/Domain/Contracts/AjaxControllerInterface.php rename to Shared/Domain/Contracts/AjaxControllerInterface.php diff --git a/shared/Domain/Contracts/CSSGeneratorInterface.php b/Shared/Domain/Contracts/CSSGeneratorInterface.php similarity index 100% rename from shared/Domain/Contracts/CSSGeneratorInterface.php rename to Shared/Domain/Contracts/CSSGeneratorInterface.php diff --git a/shared/Domain/Contracts/CacheServiceInterface.php b/Shared/Domain/Contracts/CacheServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/CacheServiceInterface.php rename to Shared/Domain/Contracts/CacheServiceInterface.php diff --git a/shared/Domain/Contracts/CleanupServiceInterface.php b/Shared/Domain/Contracts/CleanupServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/CleanupServiceInterface.php rename to Shared/Domain/Contracts/CleanupServiceInterface.php diff --git a/shared/Domain/Contracts/ComponentDefaultsRepositoryInterface.php b/Shared/Domain/Contracts/ComponentDefaultsRepositoryInterface.php similarity index 100% rename from shared/Domain/Contracts/ComponentDefaultsRepositoryInterface.php rename to Shared/Domain/Contracts/ComponentDefaultsRepositoryInterface.php diff --git a/shared/Domain/Contracts/ComponentManagerInterface.php b/Shared/Domain/Contracts/ComponentManagerInterface.php similarity index 100% rename from shared/Domain/Contracts/ComponentManagerInterface.php rename to Shared/Domain/Contracts/ComponentManagerInterface.php diff --git a/shared/Domain/Contracts/ComponentRepositoryInterface.php b/Shared/Domain/Contracts/ComponentRepositoryInterface.php similarity index 100% rename from shared/Domain/Contracts/ComponentRepositoryInterface.php rename to Shared/Domain/Contracts/ComponentRepositoryInterface.php diff --git a/shared/Domain/Contracts/ComponentSettingsRepositoryInterface.php b/Shared/Domain/Contracts/ComponentSettingsRepositoryInterface.php similarity index 100% rename from shared/Domain/Contracts/ComponentSettingsRepositoryInterface.php rename to Shared/Domain/Contracts/ComponentSettingsRepositoryInterface.php diff --git a/shared/Domain/Contracts/ConfigurationServiceInterface.php b/Shared/Domain/Contracts/ConfigurationServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/ConfigurationServiceInterface.php rename to Shared/Domain/Contracts/ConfigurationServiceInterface.php diff --git a/shared/Domain/Contracts/DefaultRepositoryInterface.php b/Shared/Domain/Contracts/DefaultRepositoryInterface.php similarity index 100% rename from shared/Domain/Contracts/DefaultRepositoryInterface.php rename to Shared/Domain/Contracts/DefaultRepositoryInterface.php diff --git a/shared/Domain/Contracts/RendererInterface.php b/Shared/Domain/Contracts/RendererInterface.php similarity index 100% rename from shared/Domain/Contracts/RendererInterface.php rename to Shared/Domain/Contracts/RendererInterface.php diff --git a/shared/Domain/Contracts/SchemaSyncServiceInterface.php b/Shared/Domain/Contracts/SchemaSyncServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/SchemaSyncServiceInterface.php rename to Shared/Domain/Contracts/SchemaSyncServiceInterface.php diff --git a/shared/Domain/Contracts/TransactionManagerInterface.php b/Shared/Domain/Contracts/TransactionManagerInterface.php similarity index 100% rename from shared/Domain/Contracts/TransactionManagerInterface.php rename to Shared/Domain/Contracts/TransactionManagerInterface.php diff --git a/shared/Domain/Contracts/ValidationServiceInterface.php b/Shared/Domain/Contracts/ValidationServiceInterface.php similarity index 100% rename from shared/Domain/Contracts/ValidationServiceInterface.php rename to Shared/Domain/Contracts/ValidationServiceInterface.php diff --git a/shared/Domain/Entities/Component.php b/Shared/Domain/Entities/Component.php similarity index 100% rename from shared/Domain/Entities/Component.php rename to Shared/Domain/Entities/Component.php diff --git a/shared/Domain/Exceptions/.gitkeep b/Shared/Domain/Exceptions/.gitkeep similarity index 100% rename from shared/Domain/Exceptions/.gitkeep rename to Shared/Domain/Exceptions/.gitkeep diff --git a/shared/Domain/Exceptions/ComponentNotFoundException.php b/Shared/Domain/Exceptions/ComponentNotFoundException.php similarity index 100% rename from shared/Domain/Exceptions/ComponentNotFoundException.php rename to Shared/Domain/Exceptions/ComponentNotFoundException.php diff --git a/shared/Domain/Exceptions/InvalidComponentException.php b/Shared/Domain/Exceptions/InvalidComponentException.php similarity index 100% rename from shared/Domain/Exceptions/InvalidComponentException.php rename to Shared/Domain/Exceptions/InvalidComponentException.php diff --git a/shared/Domain/README.md b/Shared/Domain/README.md similarity index 100% rename from shared/Domain/README.md rename to Shared/Domain/README.md diff --git a/shared/Domain/ValueObjects/.gitkeep b/Shared/Domain/ValueObjects/.gitkeep similarity index 100% rename from shared/Domain/ValueObjects/.gitkeep rename to Shared/Domain/ValueObjects/.gitkeep diff --git a/shared/Domain/ValueObjects/ComponentConfiguration.php b/Shared/Domain/ValueObjects/ComponentConfiguration.php similarity index 100% rename from shared/Domain/ValueObjects/ComponentConfiguration.php rename to Shared/Domain/ValueObjects/ComponentConfiguration.php diff --git a/shared/Domain/ValueObjects/ComponentContent.php b/Shared/Domain/ValueObjects/ComponentContent.php similarity index 100% rename from shared/Domain/ValueObjects/ComponentContent.php rename to Shared/Domain/ValueObjects/ComponentContent.php diff --git a/shared/Domain/ValueObjects/ComponentName.php b/Shared/Domain/ValueObjects/ComponentName.php similarity index 100% rename from shared/Domain/ValueObjects/ComponentName.php rename to Shared/Domain/ValueObjects/ComponentName.php diff --git a/shared/Domain/ValueObjects/ComponentVisibility.php b/Shared/Domain/ValueObjects/ComponentVisibility.php similarity index 100% rename from shared/Domain/ValueObjects/ComponentVisibility.php rename to Shared/Domain/ValueObjects/ComponentVisibility.php diff --git a/shared/Infrastructure/Adapters/LegacyDBManagerAdapter.php b/Shared/Infrastructure/Adapters/LegacyDBManagerAdapter.php similarity index 100% rename from shared/Infrastructure/Adapters/LegacyDBManagerAdapter.php rename to Shared/Infrastructure/Adapters/LegacyDBManagerAdapter.php diff --git a/shared/Infrastructure/Api/Wordpress/.gitkeep b/Shared/Infrastructure/Api/WordPress/.gitkeep similarity index 100% rename from shared/Infrastructure/Api/Wordpress/.gitkeep rename to Shared/Infrastructure/Api/WordPress/.gitkeep diff --git a/shared/Infrastructure/Api/Wordpress/AjaxController.php b/Shared/Infrastructure/Api/WordPress/AjaxController.php similarity index 100% rename from shared/Infrastructure/Api/Wordpress/AjaxController.php rename to Shared/Infrastructure/Api/WordPress/AjaxController.php diff --git a/shared/Infrastructure/Api/Wordpress/MigrationCommand.php b/Shared/Infrastructure/Api/WordPress/MigrationCommand.php similarity index 100% rename from shared/Infrastructure/Api/Wordpress/MigrationCommand.php rename to Shared/Infrastructure/Api/WordPress/MigrationCommand.php diff --git a/shared/Infrastructure/Di/DIContainer.php b/Shared/Infrastructure/Di/DIContainer.php similarity index 100% rename from shared/Infrastructure/Di/DIContainer.php rename to Shared/Infrastructure/Di/DIContainer.php diff --git a/shared/Infrastructure/Facades/ComponentManager.php b/Shared/Infrastructure/Facades/ComponentManager.php similarity index 100% rename from shared/Infrastructure/Facades/ComponentManager.php rename to Shared/Infrastructure/Facades/ComponentManager.php diff --git a/shared/Infrastructure/Logging/DeprecationLogger.php b/Shared/Infrastructure/Logging/DeprecationLogger.php similarity index 100% rename from shared/Infrastructure/Logging/DeprecationLogger.php rename to Shared/Infrastructure/Logging/DeprecationLogger.php diff --git a/shared/Infrastructure/Persistence/Wordpress/.gitkeep b/Shared/Infrastructure/Persistence/WordPress/.gitkeep similarity index 100% rename from shared/Infrastructure/Persistence/Wordpress/.gitkeep rename to Shared/Infrastructure/Persistence/WordPress/.gitkeep diff --git a/shared/Infrastructure/Persistence/Wordpress/WordPressComponentRepository.php b/Shared/Infrastructure/Persistence/WordPress/WordPressComponentRepository.php similarity index 100% rename from shared/Infrastructure/Persistence/Wordpress/WordPressComponentRepository.php rename to Shared/Infrastructure/Persistence/WordPress/WordPressComponentRepository.php diff --git a/shared/Infrastructure/Persistence/Wordpress/WordPressComponentSettingsRepository.php b/Shared/Infrastructure/Persistence/WordPress/WordPressComponentSettingsRepository.php similarity index 100% rename from shared/Infrastructure/Persistence/Wordpress/WordPressComponentSettingsRepository.php rename to Shared/Infrastructure/Persistence/WordPress/WordPressComponentSettingsRepository.php diff --git a/shared/Infrastructure/Persistence/Wordpress/WordPressDefaultsRepository.php b/Shared/Infrastructure/Persistence/WordPress/WordPressDefaultsRepository.php similarity index 100% rename from shared/Infrastructure/Persistence/Wordpress/WordPressDefaultsRepository.php rename to Shared/Infrastructure/Persistence/WordPress/WordPressDefaultsRepository.php diff --git a/shared/Infrastructure/README.md b/Shared/Infrastructure/README.md similarity index 100% rename from shared/Infrastructure/README.md rename to Shared/Infrastructure/README.md diff --git a/shared/Infrastructure/Scripts/validate-architecture.php b/Shared/Infrastructure/Scripts/validate-architecture.php similarity index 100% rename from shared/Infrastructure/Scripts/validate-architecture.php rename to Shared/Infrastructure/Scripts/validate-architecture.php diff --git a/shared/Infrastructure/Services/.gitkeep b/Shared/Infrastructure/Services/.gitkeep similarity index 100% rename from shared/Infrastructure/Services/.gitkeep rename to Shared/Infrastructure/Services/.gitkeep diff --git a/shared/Infrastructure/Services/CSSGeneratorService.php b/Shared/Infrastructure/Services/CSSGeneratorService.php similarity index 100% rename from shared/Infrastructure/Services/CSSGeneratorService.php rename to Shared/Infrastructure/Services/CSSGeneratorService.php diff --git a/shared/Infrastructure/Services/CleanupService.php b/Shared/Infrastructure/Services/CleanupService.php similarity index 100% rename from shared/Infrastructure/Services/CleanupService.php rename to Shared/Infrastructure/Services/CleanupService.php diff --git a/shared/Infrastructure/Services/SchemaSyncService.php b/Shared/Infrastructure/Services/SchemaSyncService.php similarity index 100% rename from shared/Infrastructure/Services/SchemaSyncService.php rename to Shared/Infrastructure/Services/SchemaSyncService.php diff --git a/shared/Infrastructure/Services/WordPressCacheService.php b/Shared/Infrastructure/Services/WordPressCacheService.php similarity index 100% rename from shared/Infrastructure/Services/WordPressCacheService.php rename to Shared/Infrastructure/Services/WordPressCacheService.php diff --git a/shared/Infrastructure/Services/WordPressValidationService.php b/Shared/Infrastructure/Services/WordPressValidationService.php similarity index 100% rename from shared/Infrastructure/Services/WordPressValidationService.php rename to Shared/Infrastructure/Services/WordPressValidationService.php diff --git a/shared/Infrastructure/Traits/.gitkeep b/Shared/Infrastructure/Traits/.gitkeep similarity index 100% rename from shared/Infrastructure/Traits/.gitkeep rename to Shared/Infrastructure/Traits/.gitkeep diff --git a/shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php b/Shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php similarity index 100% rename from shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php rename to Shared/Infrastructure/Ui/TopNotificationBarFormBuilder.php diff --git a/shared/Infrastructure/Validators/CSSConflictValidator.php b/Shared/Infrastructure/Validators/CSSConflictValidator.php similarity index 100% rename from shared/Infrastructure/Validators/CSSConflictValidator.php rename to Shared/Infrastructure/Validators/CSSConflictValidator.php diff --git a/shared/Infrastructure/Validators/FolderStructureValidator.php b/Shared/Infrastructure/Validators/FolderStructureValidator.php similarity index 100% rename from shared/Infrastructure/Validators/FolderStructureValidator.php rename to Shared/Infrastructure/Validators/FolderStructureValidator.php diff --git a/shared/Infrastructure/Validators/Phase01Validator.php b/Shared/Infrastructure/Validators/Phase01Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase01Validator.php rename to Shared/Infrastructure/Validators/Phase01Validator.php diff --git a/shared/Infrastructure/Validators/Phase02Validator.php b/Shared/Infrastructure/Validators/Phase02Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase02Validator.php rename to Shared/Infrastructure/Validators/Phase02Validator.php diff --git a/shared/Infrastructure/Validators/Phase03Validator.php b/Shared/Infrastructure/Validators/Phase03Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase03Validator.php rename to Shared/Infrastructure/Validators/Phase03Validator.php diff --git a/shared/Infrastructure/Validators/Phase04Validator.php b/Shared/Infrastructure/Validators/Phase04Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase04Validator.php rename to Shared/Infrastructure/Validators/Phase04Validator.php diff --git a/shared/Infrastructure/Validators/Phase05Validator.php b/Shared/Infrastructure/Validators/Phase05Validator.php similarity index 100% rename from shared/Infrastructure/Validators/Phase05Validator.php rename to Shared/Infrastructure/Validators/Phase05Validator.php diff --git a/shared/Infrastructure/Validators/PhaseValidatorInterface.php b/Shared/Infrastructure/Validators/PhaseValidatorInterface.php similarity index 100% rename from shared/Infrastructure/Validators/PhaseValidatorInterface.php rename to Shared/Infrastructure/Validators/PhaseValidatorInterface.php diff --git a/shared/Infrastructure/Validators/TemplateCallsValidator.php b/Shared/Infrastructure/Validators/TemplateCallsValidator.php similarity index 100% rename from shared/Infrastructure/Validators/TemplateCallsValidator.php rename to Shared/Infrastructure/Validators/TemplateCallsValidator.php diff --git a/shared/Infrastructure/Validators/ValidationResult.php b/Shared/Infrastructure/Validators/ValidationResult.php similarity index 100% rename from shared/Infrastructure/Validators/ValidationResult.php rename to Shared/Infrastructure/Validators/ValidationResult.php