There was an error while loading. Please reload this page.
2 parents f913a2a + f4a8ab9 commit 87fc386Copy full SHA for 87fc386
1 file changed
drivers/Fcm.php
@@ -65,11 +65,11 @@ public function getSenderId(): string
65
66
public function isConfigured(): bool
67
{
68
- return !empty($this->config->json) &&
69
- !empty($this->config->senderId) &&
70
- !empty($this->config->getJsonParam('project_id')) &&
71
- !empty($this->config->firebaseApiKey) &&
72
- !empty($this->config->firebaseAppId) &&
73
- !empty($this->config->firebaseVapidKey);
+ return !empty($this->config->json)
+ && !empty($this->config->senderId)
+ && !empty($this->config->getJsonParam('project_id'))
+ && !empty($this->config->firebaseApiKey)
+ && !empty($this->config->firebaseAppId)
+ && !empty($this->config->firebaseVapidKey);
74
}
75
0 commit comments