Phase 4: Fix Response status method and implement WhatsApp incoming messages webhook
This commit is contained in:
@@ -16,6 +16,11 @@ class Response
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function status(int $code): self
|
||||
{
|
||||
return $this->setStatusCode($code);
|
||||
}
|
||||
|
||||
public function getStatusCode(): int
|
||||
{
|
||||
return $this->statusCode;
|
||||
|
||||
Reference in New Issue
Block a user