Kyaw Naing Tun
Results
2
comments of
Kyaw Naing Tun
until 2021
@xrami @christian482 If you are using BotmanStudio, the following solution can help you. go to `FacebookDriver.php` ``` public function buildPayload(Request $request){ $this->payload = new ParameterBag((array) json_decode($request->getContent(), true)); $this->event = Collection::make((array)...