|
4239 | 4239 | 'PhabricatorResourceSite' => 'aphront/site/PhabricatorResourceSite.php',
|
4240 | 4240 | 'PhabricatorRobotsController' => 'applications/system/controller/PhabricatorRobotsController.php',
|
4241 | 4241 | 'PhabricatorS3FileStorageEngine' => 'applications/files/engine/PhabricatorS3FileStorageEngine.php',
|
4242 |
| - 'PhabricatorSMS' => 'infrastructure/sms/storage/PhabricatorSMS.php', |
4243 |
| - 'PhabricatorSMSConfigOptions' => 'applications/config/option/PhabricatorSMSConfigOptions.php', |
4244 |
| - 'PhabricatorSMSDAO' => 'infrastructure/sms/storage/PhabricatorSMSDAO.php', |
4245 |
| - 'PhabricatorSMSDemultiplexWorker' => 'infrastructure/sms/worker/PhabricatorSMSDemultiplexWorker.php', |
4246 |
| - 'PhabricatorSMSImplementationAdapter' => 'infrastructure/sms/adapter/PhabricatorSMSImplementationAdapter.php', |
4247 |
| - 'PhabricatorSMSImplementationTestBlackholeAdapter' => 'infrastructure/sms/adapter/PhabricatorSMSImplementationTestBlackholeAdapter.php', |
4248 |
| - 'PhabricatorSMSImplementationTwilioAdapter' => 'infrastructure/sms/adapter/PhabricatorSMSImplementationTwilioAdapter.php', |
4249 |
| - 'PhabricatorSMSManagementListOutboundWorkflow' => 'infrastructure/sms/management/PhabricatorSMSManagementListOutboundWorkflow.php', |
4250 |
| - 'PhabricatorSMSManagementSendTestWorkflow' => 'infrastructure/sms/management/PhabricatorSMSManagementSendTestWorkflow.php', |
4251 |
| - 'PhabricatorSMSManagementShowOutboundWorkflow' => 'infrastructure/sms/management/PhabricatorSMSManagementShowOutboundWorkflow.php', |
4252 |
| - 'PhabricatorSMSManagementWorkflow' => 'infrastructure/sms/management/PhabricatorSMSManagementWorkflow.php', |
4253 |
| - 'PhabricatorSMSSendWorker' => 'infrastructure/sms/worker/PhabricatorSMSSendWorker.php', |
4254 |
| - 'PhabricatorSMSWorker' => 'infrastructure/sms/worker/PhabricatorSMSWorker.php', |
4255 | 4242 | 'PhabricatorSQLPatchList' => 'infrastructure/storage/patch/PhabricatorSQLPatchList.php',
|
4256 | 4243 | 'PhabricatorSSHKeyGenerator' => 'infrastructure/util/PhabricatorSSHKeyGenerator.php',
|
4257 | 4244 | 'PhabricatorSSHKeysSettingsPanel' => 'applications/settings/panel/PhabricatorSSHKeysSettingsPanel.php',
|
|
10269 | 10256 | 'PhabricatorResourceSite' => 'PhabricatorSite',
|
10270 | 10257 | 'PhabricatorRobotsController' => 'PhabricatorController',
|
10271 | 10258 | 'PhabricatorS3FileStorageEngine' => 'PhabricatorFileStorageEngine',
|
10272 |
| - 'PhabricatorSMS' => 'PhabricatorSMSDAO', |
10273 |
| - 'PhabricatorSMSConfigOptions' => 'PhabricatorApplicationConfigOptions', |
10274 |
| - 'PhabricatorSMSDAO' => 'PhabricatorLiskDAO', |
10275 |
| - 'PhabricatorSMSDemultiplexWorker' => 'PhabricatorSMSWorker', |
10276 |
| - 'PhabricatorSMSImplementationAdapter' => 'Phobject', |
10277 |
| - 'PhabricatorSMSImplementationTestBlackholeAdapter' => 'PhabricatorSMSImplementationAdapter', |
10278 |
| - 'PhabricatorSMSImplementationTwilioAdapter' => 'PhabricatorSMSImplementationAdapter', |
10279 |
| - 'PhabricatorSMSManagementListOutboundWorkflow' => 'PhabricatorSMSManagementWorkflow', |
10280 |
| - 'PhabricatorSMSManagementSendTestWorkflow' => 'PhabricatorSMSManagementWorkflow', |
10281 |
| - 'PhabricatorSMSManagementShowOutboundWorkflow' => 'PhabricatorSMSManagementWorkflow', |
10282 |
| - 'PhabricatorSMSManagementWorkflow' => 'PhabricatorManagementWorkflow', |
10283 |
| - 'PhabricatorSMSSendWorker' => 'PhabricatorSMSWorker', |
10284 |
| - 'PhabricatorSMSWorker' => 'PhabricatorWorker', |
10285 | 10259 | 'PhabricatorSQLPatchList' => 'Phobject',
|
10286 | 10260 | 'PhabricatorSSHKeyGenerator' => 'Phobject',
|
10287 | 10261 | 'PhabricatorSSHKeysSettingsPanel' => 'PhabricatorSettingsPanel',
|
|
0 commit comments