WebpushSubscription
extends Model
in package
Class WebpushSubscription.
Table of Contents
Properties
- $auth_token : string
- $endpoint : string
- $id : int
- $public_key : string
- $subscribable_id : int
- $subscribable_type : string
- $fillable : mixed
- $primaryKey : mixed
- $table : mixed
Properties
$auth_token
public
string
$auth_token
$endpoint
public
string
$endpoint
$id
public
int
$id
$public_key
public
string
$public_key
$subscribable_id
public
int
$subscribable_id
$subscribable_type
public
string
$subscribable_type
$fillable
protected
mixed
$fillable
= ['subscribable_id', 'subscribable_type', 'endpoint', 'public_key', 'auth_token', 'content_encoding']
$primaryKey
protected
mixed
$primaryKey
= 'id'
$table
protected
mixed
$table
= 'notification_webpush_subscriptions'