berkayk / laravel-onesignal

OneSignal Push Notifications for Laravel
505 stars 175 forks source link

Mistake in the documentation #100

Closed misog closed 5 years ago

misog commented 5 years ago

In the documentation there is

["field" => "email", "relation" => "=", "value" => "email21@example.com"],

But the correct example should be

["key" => "email", "relation" => "=", "value" => "email21@example.com"],

... key not field

berkayk commented 5 years ago

Fixed, thanks.