Skip to content

Commit

Permalink
Merge branch 'main' into CLI-1293
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Mar 20, 2024
2 parents 20c8d57 + 5c73afc commit afb946f
Show file tree
Hide file tree
Showing 4 changed files with 247 additions and 214 deletions.
6 changes: 5 additions & 1 deletion .phpstorm.meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
use AcquiaCloudApi\Response\AccountResponse;
use AcquiaCloudApi\Response\ApplicationResponse;
use AcquiaCloudApi\Response\ApplicationsResponse;
use AcquiaCloudApi\Response\CronResponse;
use AcquiaCloudApi\Response\CronsResponse;
use AcquiaCloudApi\Response\DatabasesResponse;
use AcquiaCloudApi\Response\EnvironmentResponse;
use AcquiaCloudApi\Response\EnvironmentsResponse;
Expand All @@ -14,7 +16,9 @@
'getApplicationByUuid' => ApplicationResponse::class,
'getApplicationEnvironments' => EnvironmentsResponse::class,
'getEnvironmentsDatabases' => DatabasesResponse::class,
'getEnvironment' => EnvironmentResponse::class
'getEnvironment' => EnvironmentResponse::class,
'getCron' => CronResponse::class,
'getCronJobsByEnvironmentId' => CronsResponse::class
]));

}
Loading

0 comments on commit afb946f

Please sign in to comment.