Skip to content

Commit 76480c9

Browse files
committed
make the values public
1 parent 34d2627 commit 76480c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

solid/lib/Db/SolidWebhook.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
class SolidWebhook extends Entity implements JsonSerializable {
1010
public $id;
11-
protected $path;
12-
protected $webId;
13-
protected $url;
14-
protected $expiry;
11+
public $path;
12+
public $webId;
13+
public $url;
14+
public $expiry;
1515

1616
public function jsonSerialize(): array {
1717
return [

0 commit comments

Comments
 (0)