Devel Goo Apps
Devel Goo Apps
Ok, I got stop by this error also and I figured out what was causing it. It looks like modalbox plugin conflicts with other plugins or functions that are using...
Like that: ``` $client = new Client(); $client->setApiKey($this->key); $client->injectGuzzleHttpClient(new ClientHttp()); $message = new Message(); $message->setPriority('high'); $notif = new Notification($title, $messageText); $notif->setClickAction('MainApplication'); $notif->setSound("default"); $message->addRecipient(new Device($user->getFirebaseToken())); $message ->setNotification($notif) ->setData($data); $response = $client->send($message);...