| @@ -13,8 +13,9 @@ | ||
| 13 | 13 | 'Forge12\\DoubleOptIn\\Addon\\AddonRegistry' => $baseDir . '/src/Addon/AddonRegistry.php', |
| 14 | 14 | 'Forge12\\DoubleOptIn\\Admin\\AdminNoticeIncompleteForms' => $baseDir . '/src/Admin/AdminNoticeIncompleteForms.php', |
| 15 | 15 | 'Forge12\\DoubleOptIn\\Admin\\AdminPageController' => $baseDir . '/src/Admin/AdminPageController.php', |
| 16 | 16 | 'Forge12\\DoubleOptIn\\Admin\\AdminRestController' => $baseDir . '/src/Admin/AdminRestController.php', |
| 17 | + 'Forge12\\DoubleOptIn\\Admin\\FollowUpRestController' => $baseDir . '/src/Admin/FollowUpRestController.php', | |
| 17 | 18 | 'Forge12\\DoubleOptIn\\Admin\\FormSettingsController' => $baseDir . '/src/Admin/FormSettingsController.php', |
| 18 | 19 | 'Forge12\\DoubleOptIn\\Admin\\ResendController' => $baseDir . '/src/Admin/ResendController.php', |
| 19 | 20 | 'Forge12\\DoubleOptIn\\Admin\\SingleConsentExportController' => $baseDir . '/src/Admin/SingleConsentExportController.php', |
| 20 | 21 | 'Forge12\\DoubleOptIn\\Audit\\AuditLogger' => $baseDir . '/src/Audit/AuditLogger.php', |
| @@ -49,8 +50,17 @@ | ||
| 49 | 50 | 'Forge12\\DoubleOptIn\\Events\\Mail\\MailPreparingEvent' => $baseDir . '/src/Events/Mail/MailPreparingEvent.php', |
| 50 | 51 | 'Forge12\\DoubleOptIn\\Events\\Mail\\MailSentEvent' => $baseDir . '/src/Events/Mail/MailSentEvent.php', |
| 51 | 52 | 'Forge12\\DoubleOptIn\\Events\\Mail\\ReminderSentEvent' => $baseDir . '/src/Events/Mail/ReminderSentEvent.php', |
| 52 | 53 | 'Forge12\\DoubleOptIn\\Files\\FileStorage' => $baseDir . '/src/Files/FileStorage.php', |
| 54 | + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAction' => $baseDir . '/src/FollowUp/FollowUpAction.php', | |
| 55 | + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAdapterInterface' => $baseDir . '/src/FollowUp/FollowUpAdapterInterface.php', | |
| 56 | + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAdapterRegistry' => $baseDir . '/src/FollowUp/FollowUpAdapterRegistry.php', | |
| 57 | + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpAttempt' => $baseDir . '/src/FollowUp/FollowUpAttempt.php', | |
| 58 | + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpCoordinator' => $baseDir . '/src/FollowUp/FollowUpCoordinator.php', | |
| 59 | + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpRecord' => $baseDir . '/src/FollowUp/FollowUpRecord.php', | |
| 60 | + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpResult' => $baseDir . '/src/FollowUp/FollowUpResult.php', | |
| 61 | + 'Forge12\\DoubleOptIn\\FollowUp\\FollowUpStatus' => $baseDir . '/src/FollowUp/FollowUpStatus.php', | |
| 62 | + 'Forge12\\DoubleOptIn\\FollowUp\\LoopbackClassifier' => $baseDir . '/src/FollowUp/LoopbackClassifier.php', | |
| 53 | 63 | 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsDTO' => $baseDir . '/src/FormSettings/FormSettingsDTO.php', |
| 54 | 64 | 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsService' => $baseDir . '/src/FormSettings/FormSettingsService.php', |
| 55 | 65 | 'Forge12\\DoubleOptIn\\FormSettings\\FormSettingsValidator' => $baseDir . '/src/FormSettings/FormSettingsValidator.php', |
| 56 | 66 | 'Forge12\\DoubleOptIn\\Frontend\\ErrorNotification' => $baseDir . '/src/Frontend/ErrorNotification.php', |
| @@ -66,8 +76,9 @@ | ||
| 66 | 76 | 'Forge12\\DoubleOptIn\\Health\\StaleConsentFieldCheck' => $baseDir . '/src/Health/StaleConsentFieldCheck.php', |
| 67 | 77 | 'Forge12\\DoubleOptIn\\Health\\StaleProMarkersCheck' => $baseDir . '/src/Health/StaleProMarkersCheck.php', |
| 68 | 78 | 'Forge12\\DoubleOptIn\\Integration\\AbstractFormIntegration' => $baseDir . '/src/Integration/AbstractFormIntegration.php', |
| 69 | 79 | 'Forge12\\DoubleOptIn\\Integration\\AdminPanelInterface' => $baseDir . '/src/Integration/AdminPanelInterface.php', |
| 80 | + 'Forge12\\DoubleOptIn\\Integration\\CF7FollowUpAdapter' => $baseDir . '/src/Integration/CF7FollowUpAdapter.php', | |
| 70 | 81 | 'Forge12\\DoubleOptIn\\Integration\\CF7Integration' => $baseDir . '/src/Integration/CF7Integration.php', |
| 71 | 82 | 'Forge12\\DoubleOptIn\\Integration\\FormData' => $baseDir . '/src/Integration/FormData.php', |
| 72 | 83 | 'Forge12\\DoubleOptIn\\Integration\\FormDataInterface' => $baseDir . '/src/Integration/FormDataInterface.php', |
| 73 | 84 | 'Forge12\\DoubleOptIn\\Integration\\FormIntegrationInterface' => $baseDir . '/src/Integration/FormIntegrationInterface.php', |
| @@ -85,8 +96,9 @@ | ||
| 85 | 96 | 'Forge12\\DoubleOptIn\\Providers\\AdminServiceProvider' => $baseDir . '/src/Providers/AdminServiceProvider.php', |
| 86 | 97 | 'Forge12\\DoubleOptIn\\Providers\\CoreServiceProvider' => $baseDir . '/src/Providers/CoreServiceProvider.php', |
| 87 | 98 | 'Forge12\\DoubleOptIn\\Providers\\EmailTemplateServiceProvider' => $baseDir . '/src/Providers/EmailTemplateServiceProvider.php', |
| 88 | 99 | 'Forge12\\DoubleOptIn\\Providers\\EventServiceProvider' => $baseDir . '/src/Providers/EventServiceProvider.php', |
| 100 | + 'Forge12\\DoubleOptIn\\Providers\\FollowUpServiceProvider' => $baseDir . '/src/Providers/FollowUpServiceProvider.php', | |
| 89 | 101 | 'Forge12\\DoubleOptIn\\Providers\\FormSettingsServiceProvider' => $baseDir . '/src/Providers/FormSettingsServiceProvider.php', |
| 90 | 102 | 'Forge12\\DoubleOptIn\\Providers\\GdprServiceProvider' => $baseDir . '/src/Providers/GdprServiceProvider.php', |
| 91 | 103 | 'Forge12\\DoubleOptIn\\Providers\\HealthServiceProvider' => $baseDir . '/src/Providers/HealthServiceProvider.php', |
| 92 | 104 | 'Forge12\\DoubleOptIn\\Providers\\IntegrationServiceProvider' => $baseDir . '/src/Providers/IntegrationServiceProvider.php', |
| @@ -92,8 +104,11 @@ | ||
| 92 | 104 | 'Forge12\\DoubleOptIn\\Providers\\IntegrationServiceProvider' => $baseDir . '/src/Providers/IntegrationServiceProvider.php', |
| 93 | 105 | 'Forge12\\DoubleOptIn\\Providers\\LicensingServiceProvider' => $baseDir . '/src/Providers/LicensingServiceProvider.php', |
| 94 | 106 | 'Forge12\\DoubleOptIn\\Providers\\MigrationServiceProvider' => $baseDir . '/src/Providers/MigrationServiceProvider.php', |
| 95 | 107 | 'Forge12\\DoubleOptIn\\Providers\\RepositoryServiceProvider' => $baseDir . '/src/Providers/RepositoryServiceProvider.php', |
| 108 | + 'Forge12\\DoubleOptIn\\Repository\\FollowUpRepository' => $baseDir . '/src/Repository/FollowUpRepository.php', | |
| 109 | + 'Forge12\\DoubleOptIn\\Repository\\FollowUpRepositoryInterface' => $baseDir . '/src/Repository/FollowUpRepositoryInterface.php', | |
| 110 | + 'Forge12\\DoubleOptIn\\Repository\\FollowUpSchema' => $baseDir . '/src/Repository/FollowUpSchema.php', | |
| 96 | 111 | 'Forge12\\DoubleOptIn\\Repository\\OptInRepository' => $baseDir . '/src/Repository/OptInRepository.php', |
| 97 | 112 | 'Forge12\\DoubleOptIn\\Repository\\OptInRepositoryInterface' => $baseDir . '/src/Repository/OptInRepositoryInterface.php', |
| 98 | 113 | 'Forge12\\DoubleOptIn\\Service\\OptInLinkGenerator' => $baseDir . '/src/Service/OptInLinkGenerator.php', |
| 99 | 114 | 'Forge12\\DoubleOptIn\\Service\\OptInValidator' => $baseDir . '/src/Service/OptInValidator.php', |