Skip to content

Instantly share code, notes, and snippets.

View ryandoss's full-sized avatar

Ryan Doss ryandoss

View GitHub Profile
@ryandoss
ryandoss / NotificationHandler.php
Last active November 8, 2018 21:10 — forked from CarterBland/PushTokenTrait.php
Push Notifications for Laravel and Expo
<?php
namespace App\Services;
/**
* Model that holds the Expo Push Tokens
*
* Related to App\User
*/
use App\PushToken;