Skip to content

Commit bf42c33

Browse files
committed
make $id public
1 parent 0c1e8d9 commit bf42c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

solid/lib/Db/SolidWebhook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use OCP\AppFramework\Db\Entity;
88

99
class SolidWebhook extends Entity implements JsonSerializable {
10-
protected $id;
10+
public $id;
1111
protected $path;
1212
protected $webId;
1313
protected $url;

0 commit comments

Comments
 (0)