Evgeni Razumov
Results
11
comments of
Evgeni Razumov
```php public function routeNotificationForFCM() { return PushToken::where('user_id', $this->id)->pluck('token')->toArray(); } ```