diff options
| author | winter | 2025-03-15 20:01:22 +0000 |
|---|---|---|
| committer | winter | 2025-03-15 20:01:22 +0000 |
| commit | e0dfe3d562e1d4cb1429480c725c72974adb1f20 (patch) | |
| tree | 589d965d4c9e882835023e3b8d598806c950a9c6 /Digitigrade | |
| parent | e0588a6113ff6b3c1000fa6c82629f81fb5e05b5 (diff) | |
implement simple push (receive only for now)
Diffstat (limited to 'Digitigrade')
| -rw-r--r-- | Digitigrade/Model/InstanceEndpoints.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Digitigrade/Model/InstanceEndpoints.php b/Digitigrade/Model/InstanceEndpoints.php index c7393ab..001d76c 100644 --- a/Digitigrade/Model/InstanceEndpoints.php +++ b/Digitigrade/Model/InstanceEndpoints.php @@ -10,6 +10,7 @@ class InstanceEndpoints extends Model { public ?string $subscribe; public ?string $unsubscribe; public ?string $push; + public ?string $simplePush; protected function setOwnerId(int $id) { $this->instanceId = $id; |
