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()