Thony Hermawan
Results
2
issues of
Thony Hermawan
### Subject of the issue I'm using my own auth model, fully different with laravel's built-in user model, but using Authenticable by laravel. When I try to login by that...
My Code: ``` OneSignal::sendNotificationToExternalUser( $message, $to, $url = null, $data = null, $buttons = null, $schedule = null, $title ); ``` I'am tested it in local environment and everything working,...