/home/techb158/ileadtechnology.com/SSM/app
Edit: /home/techb158/ileadtechnology.com/SSM/app/UserPushToken.php (861B)
'array'];
protected $primaryKey = 'id';
protected $table = 'user_push_tokens';
protected static $logName = 'user_push_token';
protected static $logFillable = true;
protected static $logOnlyDirty = true;
protected static $ignoreChangedAttributes = ['updated_at'];
public function user()
{
return $this->belongsTo('App\User');
}
public function getOption(string $option)
{
return array_get($this->options, $option);
}
}