Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joedixon committed Dec 21, 2023
1 parent dcd33e6 commit e65566a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/CacheShowCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function handle()
if ($cache['type'] === 'redis7.x-serverless') {
$this->showServerlessCache($cache);
} else {
$this->showClusterCache($cache);
$this->showCacheCluster($cache);
}

if ($cache['endpoint']) {
Expand Down Expand Up @@ -82,7 +82,7 @@ protected function showServerlessCache(array $cache): void
/**
* Render cluster cache details.
*/
protected function showClusterCache(array $cache): void
protected function showCacheCluster(array $cache): void
{
$this->table([
'ID', 'Provider', 'Name', 'Region', 'Class', 'Scale', 'Status',
Expand Down

0 comments on commit e65566a

Please sign in to comment.