From 7773619e7db0b1fc0aece6c774e7a7e9716b3803 Mon Sep 17 00:00:00 2001 From: Chris Johnson Date: Sat, 4 Mar 2023 22:28:01 -0600 Subject: [PATCH] Possible bug fix. --- src/Commands/LookingGlassCommand.php | 2 +- src/LookingGlass.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/LookingGlassCommand.php b/src/Commands/LookingGlassCommand.php index 0381c59..f37ca32 100644 --- a/src/Commands/LookingGlassCommand.php +++ b/src/Commands/LookingGlassCommand.php @@ -16,7 +16,7 @@ public function handle(): int { $result = Result::make('Test message from CLI'); - LookingGlass::send($result); + LookingGlass::transmit($result); $this->comment('All done'); diff --git a/src/LookingGlass.php b/src/LookingGlass.php index 9425534..0262dec 100755 --- a/src/LookingGlass.php +++ b/src/LookingGlass.php @@ -6,7 +6,7 @@ class LookingGlass { - public function handle(Result $result): void + public function transmit(Result $result): void { // Send this status to Looking Glass. WebhookCall::send()